> selftests/bpf: Fix double free of name
>
> The name has already been freed in the free_subtest_state function
> and does not need to be freed again.
>
> Signed-off-by: Feng Yang <[email protected]>
The redundant free() looks like it was introduced together with
free_subtest_state() in the same commit. Should this include a Fixes: tag?
Fixes: 0925225956bb ("bpf/selftests: Add granular subtest output for
prog_test")
---
AI reviewed your patch. Please fix the bug or email reply why it's not a bug.
See: https://github.com/kernel-patches/vmtest/blob/master/ci/claude/README.md
CI run summary: https://github.com/kernel-patches/bpf/actions/runs/29821735776