On Wed, Aug 14, 2019 at 01:45:19PM +0200, Florian Westphal wrote: > json restore is broken on big-endian because we errounously > passed uint8_t with 64 bit size indicator. > > On bigendian, this causes all values to get shifted by 56 bit, > this will then cause the eval step to bail because all values > are outside of the 8bit 0-255 protocol range. > > Signed-off-by: Florian Westphal <f...@strlen.de>
Acked-by: Pablo Neira Ayuso <pa...@netfilter.org>