Skip to content
Snippets Groups Projects
Commit dd736f92 authored by Theodore Ts'o's avatar Theodore Ts'o Committed by Abel Fang
Browse files

ext4: avoid running out of journal credits when appending to an inline file

Use a separate journal transaction if it turns out that we need to
convert an inline file to use an data block.  Otherwise we could end
up failing due to not having journal credits.

This addresses CVE-2018-10883.

https://bugzilla.kernel.org/show_bug.cgi?id=200071



Change-Id: Ia189af641c20f9e768bd3dbb04fafa7dec455681
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
Cc: stable@kernel.org
parent 6217f864
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment