selftests/bpf: Add malloc failure checks in bpf_iter
authorYuran Pereira <yuran.pereira@hotmail.com>
Sat, 28 Oct 2023 05:24:14 +0000 (10:54 +0530)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 10 Nov 2023 02:58:38 +0000 (18:58 -0800)
commitbf4a64b9323f181df8aba32d66cb37b9fa5df959
tree493a8cb1eef21a668f7533858d443663e0431a72
parentfac85c291e141a67fce46bdce01f9ee33aafabfe
selftests/bpf: Add malloc failure checks in bpf_iter

Since some malloc calls in bpf_iter may at times fail,
this patch adds the appropriate fail checks, and ensures that
any previously allocated resource is appropriately destroyed
before returning the function.

Signed-off-by: Yuran Pereira <yuran.pereira@hotmail.com>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
Acked-by: Kui-Feng Lee <thinker.li@gmail.com>
Link: https://lore.kernel.org/r/DB3PR10MB6835F0ECA792265FA41FC39BE8A3A@DB3PR10MB6835.EURPRD10.PROD.OUTLOOK.COM
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/bpf_iter.c