[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 07:40:49 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 teor):
msys2 uses Cygwin, which doesn't access any OS routines for strcasecmp():
https://github.com/Alexpux/Cygwin/blob/c17b0f00820c6c5187944800b6b4c3b83fe71293/newlib/libc/string/strcasecmp.c
https://github.com/Alexpux/Cygwin/blob/c17b0f00820c6c5187944800b6b4c3b83fe71293/newlib/libc/ctype/tolower.c
And neither does strcmp():
https://github.com/Alexpux/Cygwin/blob/c17b0f00820c6c5187944800b6b4c3b83fe71293/newlib/libc/string/strcmp.c
I wonder if you've encountered a compiler bug?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/26594#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list