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-utils.c | |
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-utils.c')
-rw-r--r-- | security/super/files/patch-utils.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/security/super/files/patch-utils.c b/security/super/files/patch-utils.c deleted file mode 100644 index 827a2751bc00..000000000000 --- a/security/super/files/patch-utils.c +++ /dev/null @@ -1,14 +0,0 @@ ---- utils.c.orig Mon Jun 16 15:34:14 2003 -+++ utils.c Sun Jul 13 15:06:15 2003 -@@ -1272,9 +1272,10 @@ - if (add_variable("SI_SYSNAME", buf) == -1) - return -1; - } -- return 0; - #endif - #endif -+ -+ return 0; - } - - #ifdef HAVE_UNAME |