diff options
author | Jan Kara <jack@ghost.suse.cz> | 2008-05-06 18:26:17 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2008-05-07 09:49:52 +0200 |
commit | 9afadc4b1fd25337003832c9a4668f9bd42cdda9 (patch) | |
tree | 45f0ce3a176c3562ff308189ced71ebb6f0a1110 /fs/udf/truncate.c | |
parent | 221e583a735fc5d879d83c2a76b8ee5afcbdf146 (diff) | |
download | op-kernel-dev-9afadc4b1fd25337003832c9a4668f9bd42cdda9.zip op-kernel-dev-9afadc4b1fd25337003832c9a4668f9bd42cdda9.tar.gz |
udf: Fix memory corruption when fs mounted with noadinicb option
When UDF filesystem is mounted with noadinicb mount option, it
happens that we extend an empty directory with a block. A code in
udf_add_entry() didn't count with this possibility and used
uninitialized data leading to memory and filesystem corruption.
Add a check whether file already has some extents before operating
on them.
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/udf/truncate.c')
0 files changed, 0 insertions, 0 deletions