diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-10-06 13:02:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-10-06 14:13:09 -0400 |
commit | 246afc1b1ba8c81557307bfffa5291c91cc2c782 (patch) | |
tree | 277339fb4f8a6d70eb44f37fa2bac470320f4e86 /changes/cov479 | |
parent | 2412e0e4024325608b551f74140e449d2016916f (diff) | |
download | tor-246afc1b1ba8c81557307bfffa5291c91cc2c782.tar.gz tor-246afc1b1ba8c81557307bfffa5291c91cc2c782.zip |
Make internal error check for unrecognized digest algorithm more robust
Fixes Coverity CID 479.
Diffstat (limited to 'changes/cov479')
-rw-r--r-- | changes/cov479 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/cov479 b/changes/cov479 new file mode 100644 index 0000000000..afbaffc63b --- /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. |