tor/changes
Nick Mathewson c2a098e980 Fix a double-free that would occur on an invalid cert in a CERTS cell
We would stash the certs in the handshake state before checking them
for validity... and then if they turned out to be invalid, we'd give
an error and free them.  Then, later, we'd free them again when we
tore down the connection.

Fixes bug 4343; fix on 0.2.3.6-alpha.
2011-10-28 16:38:56 -04:00
..
bug4331 Fix typo, spotted by tmpname0901. Thanks! 2011-10-28 09:52:24 -04:00
bug4343 Fix a double-free that would occur on an invalid cert in a CERTS cell 2011-10-28 16:38:56 -04:00