tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 6246f4539ed317e05b773b0e373f1aa369d3759d
parent d5db40a0145457f6a1ee24ac1310511eaf62b959
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 16 May 2019 15:38:08 -0400

changes file for coverity fixes in tests (30150)

Diffstat:
Achanges/ticket30150 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/ticket30150 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.