* grub-core/fs/reiserfs.c (grub_reiserfs_iterate_dir): Put a trailing
zero after directory block since last entry may be not 0-terminated if it ends on block boundary. Use continue instead of if spanning whole loop.
This commit is contained in:
parent
a3a0eace51
commit
1516bfb43a
2 changed files with 173 additions and 165 deletions
|
@ -1,3 +1,10 @@
|
|||
2012-05-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/reiserfs.c (grub_reiserfs_iterate_dir): Put a trailing
|
||||
zero after directory block since last entry may be not 0-terminated if
|
||||
it ends on block boundary. Use continue instead of if spanning whole
|
||||
loop.
|
||||
|
||||
2012-05-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Support 4K sectors UDF inline files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue