[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r16821: {tor} (Backport) Coverity says it is okay to acknowledge them. Do (tor/branches/tor-0_2_0-patches)
Author: nickm
Date: 2008-09-09 20:06:48 -0400 (Tue, 09 Sep 2008)
New Revision: 16821
Modified:
tor/branches/tor-0_2_0-patches/ChangeLog
Log:
(Backport) Coverity says it is okay to acknowledge them. Do so. Their tool is awesome.
Modified: tor/branches/tor-0_2_0-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_2_0-patches/ChangeLog 2008-09-10 00:06:07 UTC (rev 16820)
+++ tor/branches/tor-0_2_0-patches/ChangeLog 2008-09-10 00:06:48 UTC (rev 16821)
@@ -1,7 +1,6 @@
Changes in version 0.2.0.32 - 2008-??-??
o Minor bugfixes:
- - Fix several infrequent memory leaks spotted by a static analysis
- tool (XXX say which, if we're allowed).
+ - Fix several infrequent memory leaks spotted by Coverity.
- When testing for libevent functions, set the LDFLAGS variable
correctly. (Found by Riastradh.)