Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/dist/bind/lib/irs Pull up revision 1.3 (requested by it...



details:   https://anonhg.NetBSD.org/src/rev/d6ba8f8048d9
branches:  netbsd-1-6
changeset: 528216:d6ba8f8048d9
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jun 28 11:51:23 2002 +0000

description:
Pull up revision 1.3 (requested by itojun in ticket #387):
Update to BIND 8.3.3.  Fixes buffer overrun in resolver code.

diffstat:

 dist/bind/lib/irs/lcl.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 09209e7b1d91 -r d6ba8f8048d9 dist/bind/lib/irs/lcl.c
--- a/dist/bind/lib/irs/lcl.c   Fri Jun 28 11:51:15 2002 +0000
+++ b/dist/bind/lib/irs/lcl.c   Fri Jun 28 11:51:23 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lcl.c,v 1.2 2001/01/27 07:22:04 itojun Exp $   */
+/*     $NetBSD: lcl.c,v 1.2.2.1 2002/06/28 11:51:23 lukem Exp $        */
 
 /*
  * Copyright (c) 1996-1999 by Internet Software Consortium.
@@ -18,7 +18,7 @@
  */
 
 #if !defined(LINT) && !defined(CODECENTER)
-static const char rcsid[] = "Id: lcl.c,v 1.16 2000/02/28 07:52:16 vixie Exp";
+static const char rcsid[] = "Id: lcl.c,v 1.17 2001/05/29 05:49:02 marka Exp";
 #endif
 
 /* Imports */
@@ -57,6 +57,8 @@
        struct irs_acc *acc;
        struct lcl_p *lcl;
 
+       UNUSED(options);
+
        if (!(acc = memget(sizeof *acc))) {
                errno = ENOMEM;
                return (NULL);



Home | Main Index | Thread Index | Old Index