BIND 10 trac2669, updated. 7725df2d751443bf37be18f1640c5c86a8a9df79 [2669] Initialize memory in tcp unit test
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 13 23:19:34 UTC 2013
The branch, trac2669 has been updated
discards 52caf9149c5e2a82a6d743e0bf0c7bd7a8fbc2d6 (commit)
via 7725df2d751443bf37be18f1640c5c86a8a9df79 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (52caf9149c5e2a82a6d743e0bf0c7bd7a8fbc2d6)
\
N -- N -- N (7725df2d751443bf37be18f1640c5c86a8a9df79)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 7725df2d751443bf37be18f1640c5c86a8a9df79
Author: Jelte Jansen <jelte at isc.org>
Date: Wed Feb 13 23:42:54 2013 +0100
[2669] Initialize memory in tcp unit test
-----------------------------------------------------------------------
Summary of changes:
src/valgrind-suppressions | 18 ------------------
1 file changed, 18 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/valgrind-suppressions b/src/valgrind-suppressions
index 18226b9..06257e5 100644
--- a/src/valgrind-suppressions
+++ b/src/valgrind-suppressions
@@ -9,21 +9,3 @@
#
# In case you want to make sense of the following symbols, demangle them
# with a command like: c++filt < valgrind-suppressions
-{
- Old libsqlite3 alloc failure
- Memcheck:Param
- write(buf)
- fun:__write_nocancel
- obj:/usr/lib64/libsqlite3.so.0.8.6
- obj:/usr/lib64/libsqlite3.so.0.8.6
- obj:/usr/lib64/libsqlite3.so.0.8.6
- obj:/usr/lib64/libsqlite3.so.0.8.6
- obj:/usr/lib64/libsqlite3.so.0.8.6
- obj:/usr/lib64/libsqlite3.so.0.8.6
- fun:sqlite3_step
- fun:_ZN3isc7datasrc18StatementProcessor4execEv
- fun:_ZN3isc7datasrc15SQLite3Accessor6commitEv
- fun:_ZN12_GLOBAL__N_128SQLite3Update_addRecord_Test8TestBodyEv
- fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
-}
-
More information about the bind10-changes
mailing list