From 246afc1b1ba8c81557307bfffa5291c91cc2c782 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 6 Oct 2011 13:02:50 -0400 Subject: Make internal error check for unrecognized digest algorithm more robust Fixes Coverity CID 479. --- changes/cov479 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/cov479 (limited to 'changes/cov479') 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. -- cgit v1.2.3