]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for coverity fixes in tests (30150)
authorNick Mathewson <nickm@torproject.org>
Thu, 16 May 2019 19:38:08 +0000 (15:38 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 16 May 2019 19:38:08 +0000 (15:38 -0400)
changes/ticket30150 [new file with mode: 0644]

diff --git a/changes/ticket30150 b/changes/ticket30150
new file mode 100644 (file)
index 0000000..70808fa
--- /dev/null
@@ -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.