]> git.proxmox.com Git - grub2.git/commit - ChangeLog
icmp6 fix no respond to neighbor solicit message
authorMichael Chang <mchang@suse.com>
Mon, 3 Nov 2014 08:27:45 +0000 (16:27 +0800)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Mon, 3 Nov 2014 17:03:04 +0000 (20:03 +0300)
commit72ec399ad8d6348b6c74ea63d80c79784c8b84ae
tree8f64d7b7377373790c9ecff8e024dea48d281b80
parent9a67e1ac8e92cd0b7521c75a734fcaf2e58523ad
icmp6 fix no respond to neighbor solicit message

The structure size used in grub_netbuff_pull to get the pointer to
option header is apparently wrong, which leads to subsequent range check
failed and therefore not responding to any neighbor solicit message in my
testing.
ChangeLog
grub-core/net/icmp6.c