]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix undefined reference to "rpl_malloc" 81/head
authorJeffrey Walton <noloader@gmail.com>
Wed, 4 Mar 2020 10:56:41 +0000 (05:56 -0500)
committerJeffrey Walton <noloader@gmail.com>
Wed, 4 Mar 2020 10:56:41 +0000 (05:56 -0500)
configure.ac

index b74c898eda04adf1ce61b5567e9fd9429510f2be..7df13a49bce8a439d2d5c9ab763c51db35633721 100644 (file)
@@ -840,8 +840,9 @@ AC_CHECK_TYPE(in_port_t, [], [AC_DEFINE([in_port_t], [uint16_t], [in_port_t])],
 #endif])
 ACX_CHECK_SS_FAMILY
 
-AC_FUNC_MALLOC
-AC_FUNC_REALLOC
+# AC_FUNC_MALLOC suffers false failures and causes Asan failures.
+# AC_FUNC_MALLOC
+# AC_FUNC_REALLOC
 
 AC_REPLACE_FUNCS(b64_pton)
 AC_REPLACE_FUNCS(b64_ntop)