Properly handle deleted files on UDF.
* grub-core/fs/udf.c (grub_udf_iterate_dir): Skip directory entries whose "characteristics" field has the bit GRUB_UDF_FID_CHAR_DELETED set.
This commit is contained in:
parent
406858a8a9
commit
cb0229c587
2 changed files with 55 additions and 44 deletions
|
@ -1,3 +1,11 @@
|
|||
2010-11-14 Giuseppe Caizzone <acaizzo@gmail.com>
|
||||
|
||||
Properly handle deleted files on UDF.
|
||||
|
||||
* grub-core/fs/udf.c (grub_udf_iterate_dir): Skip directory entries
|
||||
whose "characteristics" field has the bit GRUB_UDF_FID_CHAR_DELETED
|
||||
set.
|
||||
|
||||
2010-11-14 Giuseppe Caizzone <acaizzo@gmail.com>
|
||||
|
||||
Support reading files larger than 2 GiB.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue