* grub-core/fs/sfs.c (grub_fshelp_node): Fix types.
(grub_sfs_read_extent): Likewise. (grub_sfs_read_block): Likewise. (grub_sfs_mount): Likewise. (grub_sfs_iterate_dir): Likewise. (grub_sfs_read_symlink): Use strncpy instead of strcpy. (grub_sfs_read): Remove unnecessarry and wrong temporary variable.
This commit is contained in:
parent
1b8463f2c4
commit
75ccaea346
2 changed files with 25 additions and 17 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2012-05-06 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/sfs.c (grub_fshelp_node): Fix types.
|
||||
(grub_sfs_read_extent): Likewise.
|
||||
(grub_sfs_read_block): Likewise.
|
||||
(grub_sfs_mount): Likewise.
|
||||
(grub_sfs_iterate_dir): Likewise.
|
||||
(grub_sfs_read_symlink): Use strncpy instead of strcpy.
|
||||
(grub_sfs_read): Remove unnecessarry and wrong temporary variable.
|
||||
|
||||
2012-05-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fix errors on compressed NTFS with 512B clusters.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue