aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2018-06-02 23:06:38 +0200
committerAlexei Starovoitov <ast@kernel.org>2018-06-03 07:46:55 -0700
commitb3bbba3570a7ba064f12c33f484eb9757a2b359e (patch)
tree68e5b635828abb20800a5f268cbbf01ecc8d0639 /kernel
parentbpf: make sure to clear unused fields in tunnel/xfrm state fetch (diff)
downloadlinux-dev-b3bbba3570a7ba064f12c33f484eb9757a2b359e.tar.xz
linux-dev-b3bbba3570a7ba064f12c33f484eb9757a2b359e.zip
bpf: fix cbpf parser bug for octal numbers
Range is 0-7, not 0-9, otherwise parser silently excludes it from the strtol() rather than throwing an error. Reported-by: Marc Boschma <marc@boschma.cx> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Song Liu <songliubraving@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions