mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
2420c8c936
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.
4 lines
171 B
Plaintext
4 lines
171 B
Plaintext
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.
|