]> git.ipfire.org Git - thirdparty/tor.git/commit
Make sure we always wind up checking i2d_*'s output.
authorNick Mathewson <nickm@torproject.org>
Wed, 9 Aug 2017 13:24:16 +0000 (09:24 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 9 Aug 2017 13:24:16 +0000 (09:24 -0400)
commit418f3d6298beb27e050618e2f59e01d6d3b2f45b
tree97ac6a038194559561a34d245fbd74584cb5f9c6
parent9696021593d28a7ae3b6a88ac57ff31234b469f5
Make sure we always wind up checking i2d_*'s output.

The biggest offender here was sometimes not checking the output of
crypto_pk_get_digest.

Fixes bug 19418.  Reported by Guido Vranken.
changes/bug19418 [new file with mode: 0644]
src/common/tortls.c
src/or/connection_or.c
src/or/hibernate.c
src/or/rendclient.c
src/or/rendcommon.c
src/or/rendservice.c
src/or/router.c
src/or/routerkeys.c
src/or/routerparse.c