]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Coverity says it is okay to acknowledge them. Do so. Their tool is awesome.
authorNick Mathewson <nickm@torproject.org>
Wed, 10 Sep 2008 00:06:07 +0000 (00:06 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 10 Sep 2008 00:06:07 +0000 (00:06 +0000)
svn:r16820

ChangeLog

index e8096ab9c3b8fcd6ef50a58dc0a4e6bf52d1cf6a..d4ce66357d2681449520919955706f04ff97ddda 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,8 +17,7 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx
     - Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha.
       Reported by Tas.
     - Fixed some memory leaks --some quite frequent, some almost impossible
-      to trigger-- based on results of a static analysis tool. (XXX Can we
-      say which? -NM)
+      to trigger-- based on results from Coverity.
     - When testing for libevent functions, set the LDFLAGS variable
       correctly.  (Found by Riastradh.)
     - Fix an assertion bug in parsing policy-related options; possible fix
@@ -32,7 +31,8 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx
 
   o Code simplifications and refactoring:
     - Revise the connection_new functions so that a more typesafe variant
-      exists.  This will lower false positives from some scanning tools.
+      exists.  This will work better with Coverity, and let us find any
+      actual mistakes  we're making here.
     - Refactor unit testing logic so that dmalloc can be used sensibly with
       unit tests to check for memory leaks.