diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-09-03 17:55:00 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-09-03 17:55:00 +0000 |
commit | 4af4cbed9874e713cc1dd95023f0b317c9a19c3b (patch) | |
tree | ec59221c57753be8067ab3c45cafd3b0262a4fec /security/super/files/patch-localsys.h | |
parent | Fix on gcc 3.4 (diff) |
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 <pjd@point45.com>
Notes
Notes:
svn path=/head/; revision=118061
Diffstat (limited to 'security/super/files/patch-localsys.h')
-rw-r--r-- | security/super/files/patch-localsys.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 <malloc.h> ++#endif + #endif |