David Horstmann 05fde60d89 Fix potential double-free in calloc selftest
Where calloc returns two references to the same buffer, avoid calling
free() on both references by setting one to NULL.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
2023-12-07 14:28:52 +00:00
..
cmake_subproject Update headers 2023-11-03 12:04:52 +00:00
benchmark.c Update headers 2023-11-03 12:04:52 +00:00
CMakeLists.txt programs/test/metatest indirectly includes library/common.h 2023-11-16 15:56:50 +01:00
dlopen_demo.sh Update headers 2023-11-03 12:04:52 +00:00
dlopen.c Update headers 2023-11-03 12:04:52 +00:00
generate_cpp_dummy_build.sh Update headers 2023-11-03 12:04:52 +00:00
metatest.c Fix the build with gcc-12 -Wuse-after-free 2023-11-22 17:37:57 +01:00
query_compile_time_config.c Update headers 2023-11-03 12:04:52 +00:00
query_config.c Update headers 2023-11-03 12:04:52 +00:00
query_config.h Update headers 2023-11-03 12:04:52 +00:00
selftest.c Fix potential double-free in calloc selftest 2023-12-07 14:28:52 +00:00
udp_proxy_wrapper.sh Update headers 2023-11-03 12:04:52 +00:00
udp_proxy.c Update headers 2023-11-03 12:04:52 +00:00
zeroize.c Update headers 2023-11-03 12:04:52 +00:00