Commit 564f013
committed
selftests: bpf: trigger arena list_del() bug.
Comment out the bpf_free() from arena_list_del() so the nodes are removed
by list_del() but the memory is not freed, this will trigger a bug showing
that list_del is doesn't remove nodes and just poisons the next and pprev
pointers.
Signed-off-by: Puranjay Mohan <puranjay@kernel.org>1 parent 48a97ff commit 564f013
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments