In tor_tls_get_my_certs(), set cert ptrs even on failure
commit7c8f20ba44a831ed9f714453fa776762d1c872c5
authorNick Mathewson <nickm@torproject.org>
Tue, 18 Sep 2018 19:18:52 +0000 (18 15:18 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 14 Oct 2018 19:25:16 +0000 (14 15:25 -0400)
tree0fac48c920e641a8271034575b1fda7774cda2fb
parentdddecee291cadf391d93b569023f1f1e008880e8
In tor_tls_get_my_certs(), set cert ptrs even on failure

Nothing should ever look at them on failure, but in some cases,
the unit tests don't check for failure, and then GCC-LTO freaks out.

Fixes part of 27772.
src/lib/tls/tortls.c