[tor-bugs] #10845 [Tor bundles/installation]: Make libeay32.dll and ssleay32.dll visible to pluggable transports

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Feb 23 13:41:40 UTC 2014


#10845: Make libeay32.dll and ssleay32.dll visible to pluggable transports
------------------------------------------+--------------------------
     Reporter:  dcf                       |      Owner:  erinn
         Type:  defect                    |     Status:  needs_review
     Priority:  normal                    |  Milestone:
    Component:  Tor bundles/installation  |    Version:
   Resolution:                            |   Keywords:  tbb-3.5
Actual Points:                            |  Parent ID:  #9444
       Points:                            |
------------------------------------------+--------------------------

Comment (by cypherpunks):

 len is DWORD, it's unsigned. len should be int.
 GetCurrentDirectory and GetEnvironmentVariable returns length of string
 not including nul-terminating character, but require output buffer with
 size including the null-terminating character. "n++" needs just after gets
 buffer size from those functions, else contents of buffer are undefined
 and no error return while fills buffer.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10845#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list