mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
c2a098e980
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.
6 lines
199 B
Plaintext
6 lines
199 B
Plaintext
o Major bugfixes:
|
|
- Fix a double-free bug that would occur when we received an invalid
|
|
certificate in a CERT cell in the new v3 handshake. Fixes bug 4343;
|
|
bugfix on 0.2.3.6-alpha.
|
|
|