From: Paul Floyd Date: Tue, 2 Mar 2021 16:45:22 +0000 (+0100) Subject: Added one redir too many on Solaris, which causes a runtime error. X-Git-Tag: VALGRIND_3_17_0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b030c481dc58195ad0cad6392b8ce1989bcac31b;p=thirdparty%2Fvalgrind.git Added one redir too many on Solaris, which causes a runtime error. --- diff --git a/coregrind/m_replacemalloc/vg_replace_malloc.c b/coregrind/m_replacemalloc/vg_replace_malloc.c index c1ade1f68b..7e0229ca17 100644 --- a/coregrind/m_replacemalloc/vg_replace_malloc.c +++ b/coregrind/m_replacemalloc/vg_replace_malloc.c @@ -634,7 +634,6 @@ extern int *__errno_location (void) __attribute__((weak)); // operator new[](unsigned long, std::align_val_t), GNU mangling #if VG_WORDSIZE == 8 ALLOC_or_BOMB_ALIGNED(VG_Z_LIBSTDCXX_SONAME, _ZnamSt11align_val_t, __builtin_vec_new_aligned ); - ALLOC_or_BOMB_ALIGNED(VG_Z_STDCXX_SONAME, _ZnamSt11align_val_t, __builtin_vec_new_aligned ); ALLOC_or_BOMB_ALIGNED(SO_SYN_MALLOC, _ZnamSt11align_val_t, __builtin_vec_new_aligned ); #endif