commit | 627e3c862147bbb74c4f7712fe32953cdc739436 | [log] [tgz] |
---|---|---|
author | Paul Emge <paulemge@forallsecure.com> | Mon Jul 08 16:37:07 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 18 11:31:29 2019 -0400 |
tree | daaeb1cc7f40b50354816318a46735a0d6160fc4 | |
parent | 16b19bbb39e62c583f6ba4044d33e8cadd7a1e3d [diff] |
CVE-2019-13106: ext4: fix out-of-bounds memset In ext4fs_read_file in ext4fs.c, a memset can overwrite the bounds of the destination memory region. This patch adds a check to disallow this. Signed-off-by: Paul Emge <paulemge@forallsecure.com>