From a63bd877608cc9892c58ca8addbe18f9f7eff468 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 8 Apr 2019 17:02:14 -0400 Subject: Detect and suppress an additional gmtime() warning in test_util.c Fixes bug 29922; bugfix on 0.2.9.3-alpha when we tried to capture all these warnings. No need to backport any farther than 0.3.5, though -- these warnings don't cause test failures before then. This one was tricky to find because apparently it only happened on _some_ windows builds. --- changes/bug29922 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug29922 (limited to 'changes') diff --git a/changes/bug29922 b/changes/bug29922 new file mode 100644 index 0000000000..dacb951097 --- /dev/null +++ b/changes/bug29922 @@ -0,0 +1,4 @@ + o Minor bugfixes (testing, windows): + - Fix a test failure caused by an unexpected bug warning in + our test for tor_gmtime_r(-1). Fixes bug 29922; + bugfix on 0.2.9.3-alpha. -- cgit v1.2.3-54-g00ecf