BIND 10 trac2036, updated. 4b56c8149ebf215d09c3c38a520d64b6ef8a89dc [2036] Add a note about not using obj: lines in suppressions

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jun 12 23:06:54 UTC 2012


The branch, trac2036 has been updated
       via  4b56c8149ebf215d09c3c38a520d64b6ef8a89dc (commit)
      from  a7d656ede2059f6ea2f1124d69e963cc07c79d33 (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 4b56c8149ebf215d09c3c38a520d64b6ef8a89dc
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Jun 13 04:36:34 2012 +0530

    [2036] Add a note about not using obj: lines in suppressions

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

Summary of changes:
 src/valgrind-suppressions         |    4 ++++
 src/valgrind-suppressions.revisit |    4 ++++
 2 files changed, 8 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/valgrind-suppressions b/src/valgrind-suppressions
index ddc8f20..06257e5 100644
--- a/src/valgrind-suppressions
+++ b/src/valgrind-suppressions
@@ -3,5 +3,9 @@
 # that we want to revisit in the future, use
 # valgrind-suppressions.revisit.
 #
+# Don't add any "obj:" lines in suppressions as these are likely
+# site-specific. Use "..." instead to match these. Look at the other
+# suppressions as examples.
+#
 # In case you want to make sense of the following symbols, demangle them
 # with a command like: c++filt < valgrind-suppressions
diff --git a/src/valgrind-suppressions.revisit b/src/valgrind-suppressions.revisit
index 023ff93..b370a57 100644
--- a/src/valgrind-suppressions.revisit
+++ b/src/valgrind-suppressions.revisit
@@ -2,6 +2,10 @@
 # into this file. For permanent suppressions that we don't want to look
 # at again, use valgrind-suppressions.
 #
+# Don't add any "obj:" lines in suppressions as these are likely
+# site-specific. Use "..." instead to match these. Look at the other
+# suppressions as examples.
+#
 # In case you want to make sense of the following symbols, demangle them
 # with a command like: c++filt < valgrind-suppressions.revisit
 



More information about the bind10-changes mailing list