From e73674c6f6efb20713b9f5fa69ba35c198cc1135 Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Tue, 22 Feb 2000 20:43:47 +0000 Subject: Initial import of ITS4: ITS4 is a tool that statically scans C and C++ source code for potential security vulnerabilities. --- security/its4/files/patch-aa | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 security/its4/files/patch-aa (limited to 'security/its4/files/patch-aa') diff --git a/security/its4/files/patch-aa b/security/its4/files/patch-aa new file mode 100644 index 000000000000..ea3d12bfaf12 --- /dev/null +++ b/security/its4/files/patch-aa @@ -0,0 +1,25 @@ +--- configure.orig Mon Feb 21 11:53:17 2000 ++++ configure Mon Feb 21 23:25:16 2000 +@@ -18,7 +18,7 @@ + DATADIR= + MANDIR= + PROGNAME=its4 +-OPTIMIZATION=-O3 ++OPTIMIZATION=${CFLAGS} + QUIET= + CC= + INSTALLPROG= +@@ -192,11 +192,12 @@ + ###### Check for snprintf() + printf %s "Checking for snprintf()... " 1>&5 + cat >tmp.c < + #include + int main() + { + char buf[12]; +- snprintf(buf, "%s", 2, "foof"); ++ snprintf(buf, 2, "%s", "foof"); + } + EOF + if `${CC} tmp.c 2>/dev/null`; then -- cgit v1.2.3