mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
This test failure happened due to a signed/unsigned integer comparison. This bug occurred on SunOS, it may also occur on other systems that use signed char as the default. (And cast 1-byte integer constants to an unsigned integer.) Fixes bug 31897; bugfix on 0.4.1.1-alpha.
3 lines
171 B
Text
3 lines
171 B
Text
o Minor bugfixes (tests, SunOS):
|
|
- Avoid a map_anon_nofork test failure due to a signed/unsigned integer
|
|
comparison. Fixes bug 31897; bugfix on 0.4.1.1-alpha.
|