diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-21 15:32:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-21 15:32:16 -0400 |
commit | 33d44dc4ac9d956cc6aeb29dead1053621b7f29f (patch) | |
tree | 0c1f8b0be1050808ded9a0961f7a082efc77df41 /changes | |
parent | b2f3b3b7ebf5b231f5dc7818ef8731e870ae1ed1 (diff) | |
download | tor-33d44dc4ac9d956cc6aeb29dead1053621b7f29f.tar.gz tor-33d44dc4ac9d956cc6aeb29dead1053621b7f29f.zip |
Capture "Result does not fit in tor_timegm()" warnings in util tests
Fixes bug 21800; bugfix on 0.2.9.x
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21800 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug21800 b/changes/bug21800 new file mode 100644 index 0000000000..53c20c0fa1 --- /dev/null +++ b/changes/bug21800 @@ -0,0 +1,4 @@ + o Minor bugfixes (testing): + - Capture and detect several "Result does not fit" warnings + in unit tests on platforms with 32-bit time_t. Fixes bug 21800; + bugfix on 0.2.9.3-alpha. |