Selaa lähdekoodia

tweak coverity_master changes file

Nick Mathewson 13 vuotta sitten
vanhempi
commit
2fd5603057
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      changes/coverity_master

+ 2 - 2
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.