From 4af4cbed9874e713cc1dd95023f0b317c9a19c3b Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 3 Sep 2004 17:55:00 +0000 Subject: Update to 3.23.0. This release of super fixes a potential root exploit: http://xforce.iss.net/xforce/xfdb/16458 PR: 71328 Submitted by: Piet Delport --- security/super/files/patch-localsys.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 security/super/files/patch-localsys.h (limited to 'security/super/files/patch-localsys.h') diff --git a/security/super/files/patch-localsys.h b/security/super/files/patch-localsys.h new file mode 100644 index 000000000000..15bdac0317ab --- /dev/null +++ b/security/super/files/patch-localsys.h @@ -0,0 +1,9 @@ +--- localsys.h.orig Fri Jun 18 09:22:22 2004 ++++ localsys.h Fri Sep 3 10:52:44 2004 +@@ -295,4 +295,6 @@ + ++#ifndef __FreeBSD__ /* FBSD has a malloc.h that tells people to obey C89. */ + #ifdef HAVE_MALLOC_H + #include ++#endif + #endif -- cgit v1.2.3