aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-06-08 20:29:10 -0400
committerNick Mathewson <nickm@torproject.org>2011-06-08 20:29:10 -0400
commit2fd56030574730549c7546bd54d1ec94ee308ed0 (patch)
tree0424000cd4535008f8c6745129e324fa46aa19b7 /changes
parent82837673655151609462d529986a310e04f1ba50 (diff)
downloadtor-2fd56030574730549c7546bd54d1ec94ee308ed0.tar
tor-2fd56030574730549c7546bd54d1ec94ee308ed0.tar.gz
tweak coverity_master changes file
Diffstat (limited to 'changes')
-rw-r--r--changes/coverity_master4
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/coverity_master b/changes/coverity_master
index 784dec3dc..43ce1fd9a 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.