Port bug 1713605 - Use NSS only on socket thread in CertVerifier::VerifySSLServerCert
Categories
(Thunderbird :: Upstream Synchronization, task)
Tracking
(thunderbird_esr91 unaffected)
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | unaffected |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(2 files)
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D125623
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/c894a3a6a723
Port bug 1713605 - Use NSS only on socket thread in CertVerifier::VerifySSLServerCert. r=BenC
Comment 3•3 years ago
|
||
Geoff - that patch introduces some leaks. Please see the comments I left on the phabricator revision.
Assignee | ||
Comment 4•3 years ago
|
||
Thanks for checking. This is what happens when you get me writing C++ code to fix the build. :-)
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 5•3 years ago
|
||
Comment 6•3 years ago
|
||
(In reply to Dana Keeler (she/her) (use needinfo) (:keeler for reviews) from comment #3)
Geoff - that patch introduces some leaks. Please see the comments I left on the phabricator revision.
Whoops, that was my review, so thanks Dana! The idl getCert() definition confused me. I'm glad someone knows what they're doing :-)
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/dbe181b3fcb2
follow-up - Stop leaking CERTCertificates. r=benc
Description
•