Re: [PATCH nf] netfilter: ebtables: fix erroneous reject of last rule

2018-03-11 Thread Pablo Neira Ayuso
On Thu, Mar 08, 2018 at 12:54:19PM +0100, Florian Westphal wrote: > The last rule in the blob has next_entry offset that is same as total size. > This made "ebtables32 -A OUTPUT -d de:ad:be:ef:01:02" fail on 64 bit kernel. Also applied, thanks. -- To unsubscribe from this list: send the line

[PATCH nf] netfilter: ebtables: fix erroneous reject of last rule

2018-03-08 Thread Florian Westphal
The last rule in the blob has next_entry offset that is same as total size. This made "ebtables32 -A OUTPUT -d de:ad:be:ef:01:02" fail on 64 bit kernel. Fixes: b71812168571fa ("netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets") Signed-off-by: Florian Westphal ---