]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix alloc with log for allocation size checks.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Jun 2015 10:19:42 +0000 (10:19 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Jun 2015 10:19:42 +0000 (10:19 +0000)
git-svn-id: file:///svn/unbound/trunk@3442 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac
doc/Changelog

index 630d6e45007ac739102befc3410bc72f6507a137..a4c011df476ee5af9160899029268d3447b9c0c3 100755 (executable)
--- a/configure
+++ b/configure
@@ -18150,6 +18150,8 @@ esac
 fi
 
 
+LIBOBJ_WITHOUT_CTIMEARC4="$LIBOBJS"
+
 ac_fn_c_check_func "$LINENO" "reallocarray" "ac_cv_func_reallocarray"
 if test "x$ac_cv_func_reallocarray" = xyes; then :
   $as_echo "#define HAVE_REALLOCARRAY 1" >>confdefs.h
@@ -18164,8 +18166,6 @@ esac
 fi
 
 
-LIBOBJ_WITHOUT_CTIMEARC4="$LIBOBJS"
-
 if test "$USE_NSS" = "no"; then
        ac_fn_c_check_func "$LINENO" "arc4random" "ac_cv_func_arc4random"
 if test "x$ac_cv_func_arc4random" = xyes; then :
index de809afdde87d317059fac4dac4069d992864590..00145cf76f91bf48aad5fd4a441ce0eae25bc258 100644 (file)
@@ -998,9 +998,10 @@ AC_REPLACE_FUNCS(strlcat)
 AC_REPLACE_FUNCS(strlcpy)
 AC_REPLACE_FUNCS(memmove)
 AC_REPLACE_FUNCS(gmtime_r)
-AC_REPLACE_FUNCS(reallocarray)
+dnl without CTIME, ARC4-functions and without reallocarray.
 LIBOBJ_WITHOUT_CTIMEARC4="$LIBOBJS"
 AC_SUBST(LIBOBJ_WITHOUT_CTIMEARC4)
+AC_REPLACE_FUNCS(reallocarray)
 if test "$USE_NSS" = "no"; then
        AC_REPLACE_FUNCS(arc4random)
        AC_REPLACE_FUNCS(arc4random_uniform)
index 68433d211e39956a1728be45b7ed99d2688899f5..525bb365e3d9fecf2d4ca80db236890fdfd84146 100644 (file)
@@ -1,5 +1,6 @@
 29 June 2015: Wouter
        - iana portlist update.
+       - Fix alloc with log for allocation size checks.
 
 26 June 2015: Wouter
        - Fix #677 Fix DNAME responses from cache that failed internal chain