From: Daniel Borkmann
Date: Thu, 18 Jan 2018 02:16:03 +0100
> The following pull-request contains BPF updates for your *net* tree.
>
> The main changes are:
>
> 1) Fix a divide by zero due to wrong if (src_reg == 0) check in
>64-bit mode. Properly handle this in interpreter and mask it
>
Hi David,
The following pull-request contains BPF updates for your *net* tree.
The main changes are:
1) Fix a divide by zero due to wrong if (src_reg == 0) check in
64-bit mode. Properly handle this in interpreter and mask it
also generically in verifier to guard against similar checks