merge mainline into filesys
This commit is contained in:
commit
052677ba71
11 changed files with 131 additions and 25 deletions
|
@ -894,6 +894,8 @@ grub_udf_iterate_dir (grub_fshelp_node_t dir,
|
|||
return 0;
|
||||
|
||||
filename = read_string (raw, dirent.file_ident_length);
|
||||
if (!filename)
|
||||
grub_print_error ();
|
||||
|
||||
if (filename && hook (filename, type, child))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue