]> git.proxmox.com Git - grub2.git/commit
* grub-core/io/bufio.c (grub_bufio_open): Use grub_zalloc instead of
authorColin Watson <cjwatson@ubuntu.com>
Mon, 7 Jan 2013 10:45:05 +0000 (10:45 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 7 Jan 2013 10:45:05 +0000 (10:45 +0000)
commitf8861eaf9f4c61aff5b92875c4de8a7179c6da78
tree77c0b894faef07b3bb7f395a52966453308196e7
parent86065b0ad60023e10c3ac242ba6fb73b24b99fd5
* grub-core/io/bufio.c (grub_bufio_open): Use grub_zalloc instead of
explicitly zeroing elements.
* grub-core/io/gzio.c (grub_gzio_open): Likewise.
* grub-core/io/lzopio.c (grub_lzopio_open): Remove explicit zeroing
of elements in a structure already allocated using grub_zalloc.
* grub-core/io/xzio.c (grub_xzio_open): Likewise.
ChangeLog
grub-core/io/bufio.c
grub-core/io/gzio.c
grub-core/io/lzopio.c
grub-core/io/xzio.c