commit | 6f8e96927c48c7ef91190cfe317d4977e97eea0e | [log] [tgz] |
---|---|---|
author | Paul Emge <paulemge@forallsecure.com> | Tue Jan 14 20:43:52 2020 +0530 |
committer | Karthick Shanmugham <kartshan@codeaurora.org> | Tue Jan 14 20:46:06 2020 +0530 |
tree | c9d0f38fffe7230c9bfcfc674c269a583e716108 | |
parent | e621657025f4d05b88b6f8bebae567a268e0b90a [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. Change-Id: I5138ca873009117194407d82af004a637317c1d0 Signed-off-by: Paul Emge <paulemge@forallsecure.com> Signed-off-by: Karthick Shanmugham <kartshan@codeaurora.org>