diff options
author | teor <teor@torproject.org> | 2019-09-30 14:54:56 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-09-30 14:54:56 +1000 |
commit | 2420c8c9366e498dfaf3b4b6389ece9dc27ca537 (patch) | |
tree | 52c3d1a857b525a54ea756b05f968397c63ceffc /changes/bug31897 | |
parent | 6f3f93d86c03a7e38e6ba5b64e487aebcd0642bc (diff) | |
download | tor-2420c8c9366e498dfaf3b4b6389ece9dc27ca537.tar.gz tor-2420c8c9366e498dfaf3b4b6389ece9dc27ca537.zip |
test: Avoid a map_anon_nofork test failure on SunOS
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.
Diffstat (limited to 'changes/bug31897')
-rw-r--r-- | changes/bug31897 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug31897 b/changes/bug31897 new file mode 100644 index 0000000000..81c63e704e --- /dev/null +++ b/changes/bug31897 @@ -0,0 +1,3 @@ + 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. |