[tor-commits] [tor/master] Update scan-build.sh to work with the latest clangalyzer

nickm at torproject.org nickm at torproject.org
Tue Jan 16 14:04:15 UTC 2018


commit 455cc12b513a54b849d5eeea8ad7d0a3149eb776
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Jan 16 08:56:07 2018 -0500

    Update scan-build.sh to work with the latest clangalyzer
---
 scripts/test/scan-build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/test/scan-build.sh b/scripts/test/scan-build.sh
index 793adf87e..8d126cbce 100755
--- a/scripts/test/scan-build.sh
+++ b/scripts/test/scan-build.sh
@@ -26,9 +26,9 @@ CHECKERS="\
     -enable-checker alpha.unix.Stream \
     -enable-checker alpha.unix.cstring.BufferOverlap \
     -enable-checker alpha.unix.cstring.NotNullTerminated \
-    -enable-checker alpha.valist.CopyToSelf \
-    -enable-checker alpha.valist.Uninitialized \
-    -enable-checker alpha.valist.Unterminated \
+    -enable-checker valist.CopyToSelf \
+    -enable-checker valist.Uninitialized \
+    -enable-checker valist.Unterminated \
     -enable-checker security.FloatLoopCounter \
     -enable-checker security.insecureAPI.strcpy \
 "



More information about the tor-commits mailing list