[tor-bugs] #26594 [Core Tor/Tor]: Tor becomes unresponsive after configuration handling on Windows

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Jul 2 13:48:22 UTC 2018


#26594: Tor becomes unresponsive after configuration handling on Windows
--------------------------+----------------------------------
 Reporter:  ahf           |          Owner:  (none)
     Type:  defect        |         Status:  new
 Priority:  High          |      Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |        Version:  Tor: unspecified
 Severity:  Normal        |     Resolution:
 Keywords:                |  Actual Points:
Parent ID:                |         Points:
 Reviewer:                |        Sponsor:
--------------------------+----------------------------------

Comment (by cypherpunks):

 This one
 {{{
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 int main(int argc, char *argv[]) __attribute__((optimize("O0")));
 int strcasecmp(const char *s1, const char *s2)
 __attribute__((optimize("O2")));

 int main(int argc, char *argv[])
 {
         int ret = 0;

         ret = strcasecmp("TestingV3AuthInitialVotingInterval",
 "TestingV3AuthInitialVotingInterval");

         printf("Ret: %d\n", ret);

         return EXIT_SUCCESS;
 }
 }}}

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


More information about the tor-bugs mailing list