* 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.
This commit is contained in:
parent
86065b0ad6
commit
f8861eaf9f
5 changed files with 12 additions and 17 deletions
|
@ -1,3 +1,12 @@
|
|||
2013-01-07 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2013-01-07 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* docs/grub.texi (grub_cpu): New subsection.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue