Sign in
fuchsia
/
third_party
/
github.com
/
iovisor
/
ubpf
/
HEAD
/
.
/
tests
/
errors
/
err-integer-overflow-bounds.data
blob: 0f9749aac08d530710049ff68ba622db3c41b4f2 [
file
] [
log
] [
blame
]
--
asm
mov
%
r6
,
0
sub
%
r6
,
1
stb
[%
r6
],
0
exit
--
error pattern
uBPF error
:
integer overflow
in
store at PC
2
,
addr
.*,
size
1
--
result
0xffffffffffffffff
--
no
jit
JIT does
not
implement integer overflow detection
in
bounds check