commit | 00a2b0f6dd2372842df73de72d51621b539fea44 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Aug 15 13:56:26 2006 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Aug 22 12:52:23 2006 -0700 |
tree | 1a6978fe89ed18984254ae4b7f3982ace04fcd90 | |
parent | c164a9ba0a8870c5c9d353f63085319931d69f23 [diff] |
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: Jan Kara <jack@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>