Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/e4eee24441c4
branches:  netbsd-6-0
changeset: 774828:e4eee24441c4
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Jul 29 02:07:37 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 a21d032b7ace -r e4eee24441c4 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:45 2013 +0000
+++ b/external/bsd/bind/dist/lib/dns/rdata/generic/keydata_65533.c      Mon Jul 29 02:07:37 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.4.1 2013/07/29 02:07:37 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