Message ID | 20190105235438.5944-1-daniel@iogearbox.net |
---|---|
Headers | show |
Series | bpf fix to reject mixing ptr / scalar alu op on unpriv | expand |
On Sun, Jan 06, 2019 at 12:54:36AM +0100, Daniel Borkmann wrote: > Follow-up fix to 979d63d50c0c ("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. Applied, Thanks