From: Nick Mathewson Date: Thu, 16 May 2019 19:38:08 +0000 (-0400) Subject: changes file for coverity fixes in tests (30150) X-Git-Tag: tor-0.4.1.2-alpha~21^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6246f4539ed317e05b773b0e373f1aa369d3759d;p=thirdparty%2Ftor.git changes file for coverity fixes in tests (30150) --- diff --git a/changes/ticket30150 b/changes/ticket30150 new file mode 100644 index 0000000000..70808fa5db --- /dev/null +++ b/changes/ticket30150 @@ -0,0 +1,4 @@ + o Minor bugfixes (static analysis): + - Fix several spurious Coverity warnings about the unit tests, to lower our + chances of missing any real warnings in the future. Fixes bug 30150; + bugfix on 0.3.5.1-alpha and various other Tor versions.