From: Nick Mathewson Date: Thu, 9 Jun 2011 00:29:10 +0000 (-0400) Subject: tweak coverity_master changes file X-Git-Tag: tor-0.2.3.2-alpha~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fd56030574730549c7546bd54d1ec94ee308ed0;p=thirdparty%2Ftor.git tweak coverity_master changes file --- diff --git a/changes/coverity_master b/changes/coverity_master index 784dec3dc3..43ce1fd9ae 100644 --- a/changes/coverity_master +++ b/changes/coverity_master @@ -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.