[tor-bugs] #25943 [Core Tor/Tor]: Investigate and fix tortls/x509_cert_free test failure on win32 CI builds

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu May 10 23:42:39 UTC 2018


#25943: Investigate and fix tortls/x509_cert_free test failure on win32 CI builds
--------------------------------------------+------------------------------
 Reporter:  isis                            |          Owner:  (none)
     Type:  defect                          |         Status:  new
 Priority:  Medium                          |      Milestone:
Component:  Core Tor/Tor                    |        Version:  Tor:
                                            |  0.3.3.5-rc
 Severity:  Normal                          |     Resolution:
 Keywords:  tor-ci tor-windows tor-testing  |  Actual Points:
Parent ID:  #25549                          |         Points:  1
 Reviewer:                                  |        Sponsor:
--------------------------------------------+------------------------------

Comment (by nickm):

 It looks like it's trying to make some object to fill in the "cert"
 pointer, but it's doing it in a bogus way: It should be creating its X509
 object using X509_new, since they will later be freed with X509_free().

 That could easily be the cause of this problem.

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


More information about the tor-bugs mailing list