On Tue, 2012-04-24 at 07:47 -0700, Dave Taht wrote:
> b) However __packed leaks out of the main network header file, and was
> not defined by iptables to be the define it is in the kernel code.

How? When you run 'make headers_install' to export kernel headers for
use by userspace, it *sanitizes* them, which includes automatically
changing any instance of __packed to __attribute__((packed)). See
scripts/headers_install.pl

If someone is using headers that they've just copied out of the kernel,
instead of using 'make headers_install', they deserve all the breakage
they get.

-- 
dwmw2

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to