diff options
author | Paul Emge <paulemge@forallsecure.com> | 2019-07-08 16:37:04 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-18 11:31:28 -0400 |
commit | 6e5a79de658cb1c8012c86e0837379aa6eabd024 (patch) | |
tree | 29fae8aea17e98fed0adbf28815066e5c2594db0 /common/spl/spl_fat.c | |
parent | 232e2f4fd9a24bf08215ddc8c53ccadffc841fb5 (diff) |
CVE-2019-13105: ext4: fix double-free in ext4_cache_read
ext_cache_read doesn't null cache->buf, after freeing, which results
in a later function double-freeing it. This patch fixes
ext_cache_read to call ext_cache_fini instead of free.
Signed-off-by: Paul Emge <paulemge@forallsecure.com>
Diffstat (limited to 'common/spl/spl_fat.c')
0 files changed, 0 insertions, 0 deletions