2015-08-25 16:25 GMT+02:00 Denys Vlasenko <[email protected]>: > No, it's my fault. > Without optimization, this code > > sockopt = offsetof(struct icmp6_hdr, icmp6_cksum); > if (sockopt != 2) > BUG_bad_offsetof_icmp6_cksum(); > > will not optimize out the comparison. So the generated code > will contain the call, even though it will never execute. > > Fixing it...
Thanks, commit 5b865deb fixed the issue. -- Best regards, Bartosz Golaszewski _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
