2010-01-27 Vladimir Serbinenko <phcoder@gmail.com>

* kern/disk.c (grub_disk_read): Fix offset computation when reading
	last sectors.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-01-27 17:30:03 +01:00
parent e709ebe2ef
commit 989e1f934b
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2010-01-27 Vladimir Serbinenko <phcoder@gmail.com>
* kern/disk.c (grub_disk_read): Fix offset computation when reading
last sectors.
2010-01-27 Vladimir Serbinenko <phcoder@gmail.com>
* commands/hashsum.c (hash_file): Avoid possible stack overflow by