aboutsummaryrefslogtreecommitdiff
path: root/changes/bug4343
Commit message (Expand)AuthorAge
* fold in changes entriesRoger Dingledine2011-10-29
* 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. Nick Mathewson2011-10-28