We are returning to the stock (6.0.7) file now.

+ The bufov vulnerability was fixed in the vendor sources.
+ The vendor sources are now POSIX [me harder] compliant.
This commit is contained in:
David E. O'Brien 2001-09-02 18:46:35 +00:00
parent ff425a14f2
commit b5959ffd1f
3 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997-1999 Erez Zadok
* Copyright (c) 1997-2001 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
*
* %W% (Berkeley) %G%
*
* $Id: fixmount.c,v 1.4 1999/02/04 07:24:42 ezk Exp $
* $Id: fixmount.c,v 1.5.2.1 2001/01/10 03:23:32 ezk Exp $
* $FreeBSD$
*
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997-1999 Erez Zadok
* Copyright (c) 1997-2001 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
*
* %W% (Berkeley) %G%
*
* $Id: hlfsd.c,v 1.5 1999/09/08 23:36:51 ezk Exp $
* $Id: hlfsd.c,v 1.7.2.2 2001/01/10 03:23:35 ezk Exp $
* $FreeBSD$
*
* HLFSD was written at Columbia University Computer Science Department, by
@ -96,11 +96,11 @@ nfstime startup;
u_short nfs_port;
/* symbol must be available always */
#ifdef MOUNT_TABLE_ON_FILE
#ifdef MNTTAB_FILE_NAME
char *mnttab_file_name = MNTTAB_FILE_NAME;
#else /* not MOUNT_TABLE_ON_FILE */
#else /* not MNTTAB_FILE_NAME */
char *mnttab_file_name = NULL;
#endif /* not MOUNT_TABLE_ON_FILE */
#endif /* not MNTTAB_FILE_NAME */
/* forward declarations */
void hlfsd_going_down(int rc);
@ -948,7 +948,7 @@ fatal(char *mess)
am_get_progname(), lessmess, errno);
}
}
plog(XLOG_FATAL, mess);
plog(XLOG_FATAL, "%s", mess);
hlfsd_going_down(1);
}

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997-1999 Erez Zadok
* Copyright (c) 1997-2001 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
*
* %W% (Berkeley) %G%
*
* $Id: homedir.c,v 1.4 1999/01/13 23:31:19 ezk Exp $
* $Id: homedir.c,v 1.5.2.1 2001/01/10 03:23:36 ezk Exp $
* $FreeBSD$
*
* HLFSD was written at Columbia University Computer Science Department, by