mbedtls/programs/test
Gilles Peskine 0ff241a1ea Remove largely useless bit of test log to silence GCC 12
GCC 12 emits a warning because it thinks `buffer1` is used after having been
freed. The code is correct C because we're only using the value of
`(uintptr_t)buffer1`, not `buffer1`. However, we aren't using the value for
anything useful: it doesn't really matter if an alloc-free-alloc sequence
returns the same address twice. So don't print that bit of information, and
this way we don't need to save the old address.

Fixes #5974.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-06-25 14:29:23 +02:00
..
cmake_package Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
cmake_package_install Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
cmake_subproject Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
benchmark.c Merge pull request #5806 from josesimoes/fix-3031 2022-05-12 10:50:31 +02:00
CMakeLists.txt Use CMake's knowledge of what system library has dlopen() 2021-11-10 19:10:27 +01:00
dlopen.c Fix the build when MBEDTLS_PLATFORM_C is unset 2022-02-25 15:26:40 +01:00
dlopen_demo.sh More explicit output for the test program 2021-11-10 21:08:28 +01:00
generate_cpp_dummy_build.sh Add documentation 2021-08-05 15:23:00 +02:00
query_compile_time_config.c fix help message issues 2021-12-10 23:38:57 +08:00
query_config.h Add list_config generation 2021-12-10 16:30:57 +08:00
selftest.c Remove largely useless bit of test log to silence GCC 12 2022-06-25 14:29:23 +02:00
udp_proxy.c Merge pull request #3641 from okhowang/c99 2022-05-12 14:01:10 +01:00
udp_proxy_wrapper.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
zeroize.c Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-05-11 21:25:51 +01:00