diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-12-06 15:42:35 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-12-06 15:42:35 +0000 |
commit | 7d725aab9ac991f336790dff98fa4ad62afc4f0a (patch) | |
tree | 4ffb79ff0f5acb630deea4925bf022b4dd0ade97 /rules.mk | |
parent | 21ee73c9205c9dda5d379c8681804beec238ae82 (diff) | |
download | upstream-7d725aab9ac991f336790dff98fa4ad62afc4f0a.tar.gz upstream-7d725aab9ac991f336790dff98fa4ad62afc4f0a.tar.bz2 upstream-7d725aab9ac991f336790dff98fa4ad62afc4f0a.zip |
generic: workaround arptables arpt_arp structure padding issue (#14577)
Linaro GCC 4.6-2013.05 incorrectly pads the arpt_arp structure on
at least the ar71xx target, resulting in a two bytes shorter struct
in the kernel compared to what arptables userspace expects.
When comparing sizeof(struct arpt_arp) in kernel and userspace, the
former yields 162 byte, while the latter is 164 byte.
As a consequence, the subsequent target_offset and next_offset
members of the parent arpt_entry structure contain invalid values
when processed by the arptables binary, leading to bad memory
accesses in the populate_cache() procedure, subsequently causing a
segfault.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 38999
Diffstat (limited to 'rules.mk')
0 files changed, 0 insertions, 0 deletions