Files
u-boot/fs/ext4
Paul Emge 6e5a79de65 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>
2019-07-18 11:31:28 -04:00
..
2012-08-09 23:48:02 +02:00
2012-08-09 23:48:02 +02:00
2018-01-22 16:43:30 -05:00