diff options
author | James Clark <[email protected]> | 2024-12-11 08:55:23 +0000 |
---|---|---|
committer | Namhyung Kim <[email protected]> | 2024-12-11 21:40:46 -0800 |
commit | 434fffa926b10706f2bde2db22979d68463302fc (patch) | |
tree | 875f39992f629f42d9ffdb45e5c0f4f870e950d7 /tools/testing/selftests/bpf/prog_tests/prog_array_init.c | |
parent | f7e36d02d771ee14acae1482091718460cffb321 (diff) |
perf probe: Fix uninitialized variable
Since the linked fixes: commit, err is returned uninitialized due to the
removal of "return 0". Initialize err to fix it.
This fixes the following intermittent test failure on release builds:
$ perf test "testsuite_probe"
...
-- [ FAIL ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -L foo -V bar (output regexp parsing)
Regexp not found: \"Error: switch .+ cannot be used with switch .+\"
...
Fixes: 080e47b2a237 ("perf probe: Introduce quotation marks support")
Tested-by: Namhyung Kim <[email protected]>
Reviewed-by: Arnaldo Carvalho de Melo <[email protected]>
Acked-by: Masami Hiramatsu (Google) <[email protected]>
Signed-off-by: James Clark <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Namhyung Kim <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions