From: Daniel Borkmann <dan...@iogearbox.net>
Date: Tue, 23 May 2017 18:30:41 +0200

> +     if (!env->strict_alignment && old->off <= cur->off &&

You can't just test env->strict_alignment by itself, that's just an
override and doesn't determine the actual "strict" value we use which
is a combination of env->strict_alignment and
"!CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS".

So you'll have to update this test.

Reply via email to