Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information