diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-10-26 11:07:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-10-26 11:07:28 -0400 |
commit | 4a1a89be0cd1abbd2aa4746038f52cd0dcffa65a (patch) | |
tree | 2aa6521f2a1221feeac093ad6805d1b99459f823 /changes | |
parent | 9af3a3c419fdad85933cad800a995f19bda08d28 (diff) | |
parent | 246afc1b1ba8c81557307bfffa5291c91cc2c782 (diff) | |
download | tor-4a1a89be0cd1abbd2aa4746038f52cd0dcffa65a.tar tor-4a1a89be0cd1abbd2aa4746038f52cd0dcffa65a.tar.gz |
Merge remote-tracking branch 'public/cov_run224_022' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/cov479 | 5 | ||||
-rw-r--r-- | changes/cov484 | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/changes/cov479 b/changes/cov479 new file mode 100644 index 000000000..afbaffc63 --- /dev/null +++ b/changes/cov479 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Fix internal bug-checking logic that was supposed to catch + failures in digest generation so that it will fail more robustly + if we ask for a nonexistent algorithm. Found by Coverity Scan. + Bugfix on 0.2.2.1-alpha; fixes Coverity CID 479. diff --git a/changes/cov484 b/changes/cov484 new file mode 100644 index 000000000..33adbda18 --- /dev/null +++ b/changes/cov484 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Report any failure in init_keys() calls done because our IP address + has changed. Spotted by Coverity Scan. Bugfix on 0.1.1.4-alpha; + fixes CID 484. |