]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
tweak coverity_master changes file
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Jun 2011 00:29:10 +0000 (20:29 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Jun 2011 00:29:10 +0000 (20:29 -0400)
changes/coverity_master

index 784dec3dc3b17a1c2d9d17d3432f9ae17119bb64..43ce1fd9aec182c5b5effa177ca2bbec0b221455 100644 (file)
@@ -1,8 +1,8 @@
   o Minor bugfixes:
     - Prevent using negative indices during unit test runs when read_all()
-      fails. Spotted by coverity. Bugfix on 0.2.3.1.
+      fails. Spotted by coverity. Bugfix on 0.2.3.1-alppa.
     - Fix a rare memory leak when checking the nodelist without it being
-      present. Found by coverity. Bugfix on 0.2.3.1.
+      present. Found by coverity. Bugfix on 0.2.3.1-alpha.
   o Code simplifications and refactoring:
     - Remove a dead variable in the heartbeat log code. Spotted by coverity.