Source-Changes-HG archive

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

[src/netbsd-6-1]: src/external/bsd/bind/dist/lib/dns/rdata/generic Patch for ...



details:   https://anonhg.NetBSD.org/src/rev/7acd80a5a164
branches:  netbsd-6-1
changeset: 775813:7acd80a5a164
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Jul 29 02:06:44 2013 +0000

description:
Patch for bind CVE-2013-4854.

diffstat:

 external/bsd/bind/dist/lib/dns/rdata/generic/keydata_65533.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1a890808b076 -r 7acd80a5a164 external/bsd/bind/dist/lib/dns/rdata/generic/keydata_65533.c
--- a/external/bsd/bind/dist/lib/dns/rdata/generic/keydata_65533.c      Fri Jul 12 11:19:58 2013 +0000
+++ b/external/bsd/bind/dist/lib/dns/rdata/generic/keydata_65533.c      Mon Jul 29 02:06:44 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: keydata_65533.c,v 1.3.4.1 2012/06/05 21:15:11 bouyer Exp $     */
+/*     $NetBSD: keydata_65533.c,v 1.3.4.1.6.1 2013/07/29 02:06:44 msaitoh Exp $        */
 
 /*
  * Copyright (C) 2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
@@ -196,7 +196,7 @@
        UNUSED(options);
 
        isc_buffer_activeregion(source, &sr);
-       if (sr.length < 4)
+       if (sr.length < 16)
                return (ISC_R_UNEXPECTEDEND);
 
        isc_buffer_forward(source, sr.length);



Home | Main Index | Thread Index | Old Index