BIND 10 trac2036, updated. 80d9f838002501ee277ecdac7b583c0dfffe6aaf [2036] Track origins of uninitialized memory when not running on a build machine

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jun 14 11:52:24 UTC 2012


The branch, trac2036 has been updated
       via  80d9f838002501ee277ecdac7b583c0dfffe6aaf (commit)
      from  3039e3cd0ae47a6434b18423a45497b7c45e7164 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 80d9f838002501ee277ecdac7b583c0dfffe6aaf
Author: Mukund Sivaraman <muks at isc.org>
Date:   Thu Jun 14 17:22:02 2012 +0530

    [2036] Track origins of uninitialized memory when not running on a build machine

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 7cb6c47..f5fb503 100644
--- a/configure.ac
+++ b/configure.ac
@@ -996,10 +996,12 @@ use_valgrind_suppressions=no
 
 if test "x$VALGRIND" != "xno" -a "x$enable_valgrind" != "xno"; then
    if test "x$enable_valgrind_suppressions" != "xno"; then
-      VALGRIND_SUPPRESSIONS="--error-exitcode=1 --suppressions=\$(top_srcdir)/src/valgrind-suppressions --suppressions=\$(top_srcdir)/src/valgrind-suppressions.revisit"
+      VALGRIND_EXTRA="--error-exitcode=1 --suppressions=\$(top_srcdir)/src/valgrind-suppressions --suppressions=\$(top_srcdir)/src/valgrind-suppressions.revisit"
       use_valgrind_suppressions=yes
+   else
+      VALGRIND_EXTRA="--track-origins=yes"
    fi
-   VALGRIND_COMMAND="$VALGRIND -q --gen-suppressions=all $VALGRIND_SUPPRESSIONS --num-callers=48 --leak-check=full --fullpath-after="
+   VALGRIND_COMMAND="$VALGRIND -q --gen-suppressions=all $VALGRIND_EXTRA --num-callers=48 --leak-check=full --fullpath-after="
    use_valgrind=yes
 fi
 AC_SUBST(VALGRIND_COMMAND)



More information about the bind10-changes mailing list