summaryrefslogtreecommitdiffstats
path: root/check_sec.sh
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-01-08 16:57:20 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-01-08 16:57:20 +0000
commitd5a336245304225932d3b5d18f82336bebb01efe (patch)
treead754228c008f9b1a3dc0ff8b60efe1d326c1927 /check_sec.sh
parent0fc518a9da9ec8af36af17fbcb305cd6abd5d50e (diff)
Fix and/or check more fishy code.
Diffstat (limited to 'check_sec.sh')
-rwxr-xr-xcheck_sec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_sec.sh b/check_sec.sh
index d0c1b2f7..185752ac 100755
--- a/check_sec.sh
+++ b/check_sec.sh
@@ -20,7 +20,7 @@ do_check ()
do_check '\<fopen.*'\"'.*w' __FOPEN_CHECKED__ "Alert: Unchecked fopen calls."
do_check '\<(mutt_)?strcpy' __STRCPY_CHECKED__ "Alert: Unchecked strcpy calls."
-# do_check '\<strcat' __STRCAT_CHECKED__ "Alert: Unchecked strcat calls."
+do_check '\<strcat' __STRCAT_CHECKED__ "Alert: Unchecked strcat calls."
do_check 'sprintf.*%s' __SPRINTF_CHECKED__ "Alert: Unchecked sprintf calls."
rm -f $TMPFILE