]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2036] Add a note about not using obj: lines in suppressions
authorMukund Sivaraman <muks@isc.org>
Tue, 12 Jun 2012 23:06:34 +0000 (04:36 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 12 Jun 2012 23:06:34 +0000 (04:36 +0530)
src/valgrind-suppressions
src/valgrind-suppressions.revisit

index ddc8f2050cbb5ac55d25ea91c1f6ab7d3df6a361..06257e51be7576606a14ac38dcf76a6b7b489c60 100644 (file)
@@ -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
index 023ff9335be626bbd05ea0b0ab7363dd6dbdccbc..b370a57d794e54af6b52d63f972d4edaf74b9bb1 100644 (file)
@@ -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