Commit f363f1c
authored
pkg/ebpf: fix bug in support for arg types (#2228)
In tracee.bpf.c we use arg types to determine syscall arguments.
Recent feature changed arguments types enum values, causing bug in
argument parsing of syscalls.
This commit fix this issue and add unsupported basic types should
be supported in parsing.1 parent dd41bad commit f363f1c
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
2443 | 2444 | | |
2444 | 2445 | | |
2445 | 2446 | | |
| 2447 | + | |
| 2448 | + | |
| 2449 | + | |
| 2450 | + | |
| 2451 | + | |
| 2452 | + | |
2446 | 2453 | | |
2447 | 2454 | | |
2448 | 2455 | | |
| |||
0 commit comments