[Bug 3187] "Fancy" ping6's ICMPv6 echo requests are malformed and do not generate replies from OS X, iOS hosts

bugzilla at busybox.net bugzilla at busybox.net
Sat Feb 5 02:50:07 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=3187

--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com>  ---
The fix appears to be:

 static void sendping6(int junk UNUSED_PARAM)
 {
-       struct icmp6_hdr *pkt = alloca(datalen + sizeof(struct icmp6_hdr) + 4);
+       struct icmp6_hdr *pkt = G.snd_packet;


Can you confirm that it works?

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list