File: warning.bpf.err

package info (click to toggle)
ceccomp 3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,528 kB
  • sloc: ansic: 3,154; python: 653; makefile: 240; sh: 226
file content (17 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[WARN]: 0005 Jmp out of bpf len
[WARN]: 0008 Alu lsh or rsh out of range
[WARN]: 0009 Alu div by zero
 Line  CODE  JT   JF      K
---------------------------------
 0001: 0x20 0x00 0x00 0x00000000 $A = $syscall_nr
 0002: 0x35 0x00 0x01 0x40000000 if ($A <= 0x40000000) goto 0004
 0003: 0x15 0x00 0x06 0xffffffff if ($A != 0xffffffff) goto 0010
 0004: 0x15 0x05 0x00 0x00000000 if ($A == read) goto 0010
 0005: 0x15 0x05 0x00 0x00000001 if ($A == write) goto 0011
 0006: 0x15 0x03 0x00 0x00000005 if ($A == fstat) goto 0010
 0007: 0x15 0x01 0x00 0x000000e7 if ($A == exit_group) goto 0009
 0008: 0x64 0x00 0x00 0x00000040 $A <<= 0x40
 0009: 0x34 0x00 0x00 0x00000000 $A /= 0x0
 0010: 0x16 0x00 0x00 0x00000000 return $A
---------------------------------
[WARN]: The above code has errors, please check the warnings for specific details