mirror of
https://github.com/torvalds/linux.git
synced 2025-11-08 04:30:00 +02:00
The error return path on when bpf_fentry_test* tests fail does not
kfree 'data'. Fix this by adding the missing kfree.
Addresses-Coverity: ("Resource leak")
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| test_run.c | ||