From: Daniel Borkmann <[email protected]>
Date: Mon, 25 May 2015 14:08:03 +0200

> With recent debugging, I noticed that bpf_jit_disasm segfaults when
> there's no debugging output from the JIT compiler to the kernel log.
> 
> Reason is that when regexec(3) doesn't match on anything, start/end
> offsets are not being filled out and contain some uninitialized garbage
> from stack. Thus, we need zero out offsets first.
> 
> Signed-off-by: Daniel Borkmann <[email protected]>

Applied, thanks Daniel.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to