]> git.ipfire.org Git - thirdparty/grub.git/commit
Fix symlink handling on iso9660.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 25 Oct 2011 19:52:48 +0000 (21:52 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 25 Oct 2011 19:52:48 +0000 (21:52 +0200)
commit66b40850331be5979d85a3d0583c7bd74c704b08
tree7f4400790343887df4d1fe490884f944f765b024
parentdb82136381f991edb8fe9bb28406a03ec1d19e2d
Fix symlink handling on iso9660.

* grub-core/fs/iso9660.c (grub_fshelp_node): Remove dir_off. Add symlink
All users updated.
(grub_iso9660_susp_iterate): Accept zero-size iterate.
(grub_iso9660_read_symlink): Moved most of code ...
(grub_iso9660_iterate_dir): ... here. Fill node->symlink.
ChangeLog
grub-core/fs/iso9660.c