]> 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)
commit12f7bf7fb12c5e5c5903be6dfa57856dbf1d1b2d
tree576851fb11b2246f784da4ef3716fd441037ceaf
parentd302b921d1eb8dd8954944a39cf24ea4c6d2d3ef
parent1d7eb14cdd57aa119292b44a14a0e78387c27ab8
Merge branch 'reject-ptr-scalar-mix'

Daniel Borkmann says:

====================
Follow-up fix to 422fca2ce03f ("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>