Fix handling of UDF symlinks.
* grub-core/fs/udf.c (read_string): New argument outbuf. All users updated. (grub_ufs_read_symlink): Rename to ... (grub_udf_read_symlink): ... this. All users updated. Handle symlinks with more than one component.
This commit is contained in:
parent
33eca6e005
commit
c1ad82db74
2 changed files with 92 additions and 17 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2012-05-12 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fix handling of UDF symlinks.
|
||||
|
||||
* grub-core/fs/udf.c (read_string): New argument outbuf.
|
||||
All users updated.
|
||||
(grub_ufs_read_symlink): Rename to ...
|
||||
(grub_udf_read_symlink): ... this. All users updated.
|
||||
Handle symlinks with more than one component.
|
||||
|
||||
2012-05-12 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/affs.c (grub_affs_read_symlink): Fix handling of long
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue