Check the return value of HMAC in crypto.c and assert on error

Fixes bug #17658; bugfix on commit in fdbb9cdf74 (11 Oct 2011)
in tor version 0.2.3.5-alpha-dev.
This commit is contained in:
teor (Tim Wilson-Brown)
2015-11-23 20:53:59 +11:00
parent 289b184e11
commit b1b8f7982e
2 changed files with 10 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfix (crypto):
- Check the return value of HMAC and assert on failure.
Fixes bug #17658; bugfix on commit in fdbb9cdf746b (11 Oct 2011)
in tor version 0.2.3.5-alpha-dev.
Patch by "teor".