Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/00477b2a564a
branches:  netbsd-6
changeset: 776386:00477b2a564a
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Jul 29 02:05:56 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 eadc35bc7668 -r 00477b2a564a external/bsd/bind/dist/lib/dns/rdata/generic/keydata_65533.c
--- a/external/bsd/bind/dist/lib/dns/rdata/generic/keydata_65533.c      Sun Jul 14 20:39:55 2013 +0000
+++ b/external/bsd/bind/dist/lib/dns/rdata/generic/keydata_65533.c      Mon Jul 29 02:05:56 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.2 2013/07/29 02:05:56 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