From efcab439564dcadc5bc14609a9205d73d236e966 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 2 Sep 2014 11:55:53 -0400 Subject: Fix a number of clang analyzer false-positives Most of these are in somewhat non-obvious code where it is probably a good idea to initialize variables and add extra assertions anyway. Closes 13036. Patches from "teor". --- changes/ticket13036 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/ticket13036 (limited to 'changes') diff --git a/changes/ticket13036 b/changes/ticket13036 new file mode 100644 index 0000000000..1b4784358a --- /dev/null +++ b/changes/ticket13036 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Fix a large number of false positive warnings from the clang + analyzer static analysis tool. This should make real warnings + easier for clang analyzer to find. Patch from "teor". Closes + ticket 13036. -- cgit v1.2.3-54-g00ecf