mirror of
https://git.proxmox.com/git/grub2
synced 2025-11-02 18:31:04 +00:00
* fs/hfsplus.c (grub_hfsplus_read_block): Fixed a memory leak.
(grub_hfsplus_iterate_dir): Reordered to skip unknown nodes. Also,
skip a node whose name is obviously invalid as UTF-16,
i.e. contains a NUL character. Stop the iteration when the last
directory entry is found. Instead of using the return value of
grub_hfsplus_btree_iterate_node, store the value in RET and use
it, because the iterator can be stopped by the last directory
entry.
|
||
|---|---|---|
| .. | ||
| affs.c | ||
| ext2.c | ||
| fat.c | ||
| fshelp.c | ||
| hfs.c | ||
| hfsplus.c | ||
| iso9660.c | ||
| jfs.c | ||
| minix.c | ||
| sfs.c | ||
| ufs.c | ||
| xfs.c | ||