* grub-core/net/dns.c (grub_cmd_nslookup): Init addresses to 0 to avoid
freeing random buffer on failure. * grub-core/net/net.c (grub_net_resolve_address): Likewise.
This commit is contained in:
parent
44a0efc180
commit
418f45abd1
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2012-06-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/net/dns.c (grub_cmd_nslookup): Init addresses to 0 to avoid
|
||||
freeing random buffer on failure.
|
||||
* grub-core/net/net.c (grub_net_resolve_address): Likewise.
|
||||
|
||||
2012-06-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/net/bootp.c (grub_cmd_bootp): Fix packet allocation size.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue