diff options
author | Sriram Rajagopalan <sriramr@arista.com> | 2019-05-10 19:28:06 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2019-05-10 19:28:06 -0400 |
commit | 592acbf16821288ecdc4192c47e3774a4c48bb64 (patch) | |
tree | 1b196247f70faa977aafc443bf57ecedd4490503 /fs/jbd2 | |
parent | db90f41916cf04c020062f8d8b0385942248283e (diff) | |
download | linux-592acbf16821288ecdc4192c47e3774a4c48bb64.tar.gz linux-592acbf16821288ecdc4192c47e3774a4c48bb64.tar.bz2 linux-592acbf16821288ecdc4192c47e3774a4c48bb64.zip |
ext4: zero out the unused memory region in the extent tree block
This commit zeroes out the unused memory region in the buffer_head
corresponding to the extent metablock after writing the extent header
and the corresponding extent node entries.
This is done to prevent random uninitialized data from getting into
the filesystem when the extent block is synced.
This fixes CVE-2019-11833.
Signed-off-by: Sriram Rajagopalan <sriramr@arista.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@kernel.org
Diffstat (limited to 'fs/jbd2')
0 files changed, 0 insertions, 0 deletions