From 3966f8ad646fc971fa8de723f162c044f9485940 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 8 Jul 2025 18:31:56 +0200 Subject: [PATCH] lib509.c: update memdebug.h comment --- tests/libtest/lib509.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c index d0cba1281d..1cbdb79678 100644 --- a/tests/libtest/lib509.c +++ b/tests/libtest/lib509.c @@ -29,9 +29,8 @@ * libcurl and that it works unconditionally no matter how libcurl is built, * nothing more. * - * Do not include memdebug.h in this source file, and do not use directly - * memory related functions in this file except those used inside custom - * memory callbacks which should be calling 'the real thing'. + * Make calls in parenthesis as '(malloc)' to avoid memdebug.h redefinitions + * applying to them. The callbacks need to be calling 'the real thing'. */ static int seen;