ma1 pushed to branch tor-browser-115.22.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits: 91cc9ef9 by hackademix at 2025-03-31T23:29:20+02:00 Revert "Bug 1951494 - ensure socket control is released on the socket thread a=pascalc"
This reverts commit b26d6ce0b10411433b83e4f3782f314d8225751d.
- - - - - 94b6018b by hackademix at 2025-03-31T23:32:17+02:00 fixup! Bug 1950056 - extend use of FOS_NODEREFERENCELINKS r=Gijs,win-reviewers,gstoll
- - - - -
2 changed files:
- security/manager/ssl/SSLServerCertVerification.cpp - widget/windows/nsFilePicker.cpp
Changes:
===================================== security/manager/ssl/SSLServerCertVerification.cpp ===================================== @@ -1211,9 +1211,6 @@ SSLServerCertVerificationResult::Run() { }
mSocketControl->SetCertVerificationResult(mFinalError); - // Release this reference to the socket control so that it will be freed on - // the socket thread. - mSocketControl = nullptr; return NS_OK; }
===================================== widget/windows/nsFilePicker.cpp ===================================== @@ -13,6 +13,7 @@ #include "mozilla/Assertions.h" #include "mozilla/BackgroundHangMonitor.h" #include "mozilla/ProfilerLabels.h" +#include "mozilla/StaticPrefs_widget.h" #include "mozilla/UniquePtr.h" #include "mozilla/WindowsVersion.h" #include "nsReadableUtils.h"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/b26d6ce...
tor-commits@lists.torproject.org