mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 17:11:33 +00:00
251599e1d6
In the case of division by zero in a BPF program: A = A / X; (X == 0) the expected behavior is to terminate with return value 0. This is confirmed by the test case introduced in commit |
||
---|---|---|
.. | ||
bpf_jit_comp.c | ||
bpf_jit.h | ||
Makefile |