]> git.proxmox.com Git - grub2.git/commit
Fix handling of tar numbers occupying the whole field.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 23 Dec 2011 13:11:31 +0000 (14:11 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 23 Dec 2011 13:11:31 +0000 (14:11 +0100)
commit58eba9eec7f815f8e6f320c527c8e62db6583e9f
treef194ad5119430786e346937f87bd91978ca2b803
parenta54a0e1270a06a780259f2fdf2c90de12f73d5ce
Fix handling of tar numbers occupying the whole field.

* grub-core/fs/cpio.c (read_number): New function.
(grub_cpio_find_file): Use read_number instead of strtoull.
ChangeLog
grub-core/fs/cpio.c