[tor-bugs] #33702 [Applications/Tor Browser]: RSA_get0_d could not be located in the dynamic link library tor.exe
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Apr 6 01:30:23 UTC 2020
#33702: RSA_get0_d could not be located in the dynamic link library tor.exe
--------------------------------------+--------------------------
Reporter: ner0 | Owner: tbb-team
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------------------+--------------------------
Comment (by teor):
That Firefox code is for system DLLs, not application-specific DLLs.
We probably want something like this:
{{{
LoadLibraryExW(fullModulePath, nullptr,
LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR);
}}}
Or maybe there are flags we can set when linking the DLL?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/33702#comment:29>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list