aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-10-06 13:02:50 -0400
committerNick Mathewson <nickm@torproject.org>2011-10-06 14:13:09 -0400
commit246afc1b1ba8c81557307bfffa5291c91cc2c782 (patch)
tree277339fb4f8a6d70eb44f37fa2bac470320f4e86 /changes
parent2412e0e4024325608b551f74140e449d2016916f (diff)
downloadtor-246afc1b1ba8c81557307bfffa5291c91cc2c782.tar
tor-246afc1b1ba8c81557307bfffa5291c91cc2c782.tar.gz
Make internal error check for unrecognized digest algorithm more robust
Fixes Coverity CID 479.
Diffstat (limited to 'changes')
-rw-r--r--changes/cov4795
1 files changed, 5 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.