]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
posix_memalign wrapper - remove newline from malloc trace
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 6 Sep 2025 07:16:17 +0000 (09:16 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 6 Sep 2025 07:16:17 +0000 (09:16 +0200)
coregrind/m_replacemalloc/vg_replace_malloc.c

index 02134d672a0745a48b105c04792c53239506cacd..9e0591abfc4b39d159e9673a6134c819dbf682b4 100644 (file)
@@ -2188,7 +2188,7 @@ extern int * __error(void) __attribute__((weak));
       DO_INIT; \
       TRIGGER_MEMCHECK_ERROR_IF_UNDEFINED(size); \
       VERIFY_ALIGNMENT(&aligned_alloc_info); \
-      MALLOC_TRACE("posix_memalign(al %llu, size %llu)\n", \
+      MALLOC_TRACE("posix_memalign(al %llu, size %llu)", \
             (ULong)alignment, (ULong)size ); \
       /* Test whether the alignment argument is valid.  It must be \
          a power of two multiple of sizeof (void *).  */ \