On Wed, 2 Aug 2017 14:57:56 +0200 Phil Sutter <p...@nwl.cc> wrote: > bpf_parse_string() will now correctly handle: > > - Extraneous whitespace, > - OPs on multiple lines and > - overlong file names. > > The added feature of allowing to have OPs on multiple lines (like e.g. > tcpdump prints them) is rather a side effect of fixing detection of > malformed bytecode files having random content on a second line, like > e.g.: > > | 4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0 > | foobar > > Cc: Daniel Borkmann <dan...@iogearbox.net> > Signed-off-by: Phil Sutter <p...@nwl.cc>
Looks good applied.