]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'reject-ptr-scalar-mix'
authorAlexei Starovoitov <ast@kernel.org>
Sun, 6 Jan 2019 05:32:39 +0000 (21:32 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 6 Jan 2019 05:32:39 +0000 (21:32 -0800)
commit1b272dad18773de625ee5357bbee68ae4a4c923c
tree576851fb11b2246f784da4ef3716fd441037ceaf
parent33664a68aaaaf122b3ceaf85e64e42a748eb0a1e
parentcbcbafe76acf2402fec8086ee477b40ff927b84c
Merge branch 'reject-ptr-scalar-mix'

Daniel Borkmann says:

====================
Follow-up fix to 18523934455f ("bpf: prevent out of bounds speculation
on pointer arithmetic") in order to reject a corner case for sanitation
when ptr / scalars are mixed in the same alu op.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>