Skip to content

Commit

Permalink
gcclyzer: don't limit to just taint
Browse files Browse the repository at this point in the history
Apparently I misunderstood the CLI arguments here, and this script
was /only/ running the taint checker before.  Now it should run
all the default checkers.
  • Loading branch information
blblack committed Jan 4, 2024
1 parent f544d56 commit 5277de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/gcclyzer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ if [ ! -f $PWD/qa/gdnsd.supp ]; then
fi
set -x
set -e
CFLAGS="-fanalyzer -fanalyzer-verbosity=0 -fanalyzer-checker=taint -fanalyzer-transitivity" ./configure --enable-developer --without-hardening --with-werror
CFLAGS="-fanalyzer -fanalyzer-verbosity=0 -fanalyzer-transitivity" ./configure --enable-developer --without-hardening --with-werror
make clean all

0 comments on commit 5277de9

Please sign in to comment.