diff options
author | obrien <obrien@FreeBSD.org> | 2003-01-16 07:04:57 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-01-16 07:04:57 +0000 |
commit | 47bdc7b5368b79802e5768b4ac27bc5ec7812650 (patch) | |
tree | d97161f30972714717408dbf20ff787d5e076488 /contrib/isc-dhcp/common/socket.c | |
parent | 017255e081bcbadf47f5affc7eea7c047e38a70f (diff) | |
download | FreeBSD-src-47bdc7b5368b79802e5768b4ac27bc5ec7812650.zip FreeBSD-src-47bdc7b5368b79802e5768b4ac27bc5ec7812650.tar.gz |
Import isc-dhcpd-3.0.1rc11.
This fixes a security vulnerability in the bundled resolver library.
Requested by: scottl(re)
Diffstat (limited to 'contrib/isc-dhcp/common/socket.c')
-rw-r--r-- | contrib/isc-dhcp/common/socket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/isc-dhcp/common/socket.c b/contrib/isc-dhcp/common/socket.c index 6b105c6..4742341 100644 --- a/contrib/isc-dhcp/common/socket.c +++ b/contrib/isc-dhcp/common/socket.c @@ -3,7 +3,7 @@ BSD socket interface code... */ /* - * Copyright (c) 1995-2000 Internet Software Consortium. + * Copyright (c) 1995-2002 Internet Software Consortium. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -51,7 +51,7 @@ #ifndef lint static char copyright[] = -"$Id: socket.c,v 1.55.2.2 2002/06/09 22:21:20 murray Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: socket.c,v 1.55.2.3 2002/11/17 02:26:59 dhankins Exp $ Copyright (c) 1995-2002 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" |