Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b9a96aa8 authored by Jan Kara's avatar Jan Kara Committed by Adrian Bunk
Browse files

Fix possible UDF deadlock and memory corruption (CVE-2006-4145)


UDF code is not really ready to handle extents larger that 1GB. This is
the easy way to forbid creating those.

Also truncation code did not count with the case when there are no
extents in the file and we are extending the file.

Signed-off-by: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent ccef2db6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment