Vendor import of BIND 9.8.5-P2
Approved by: delphij (mentor, implicit) Sponsored by: DK Hostmaster A/S
This commit is contained in:
parent
dc235a5943
commit
414d5ed7dd
6
CHANGES
6
CHANGES
@ -1,3 +1,9 @@
|
||||
--- 9.8.5-P2 released ---
|
||||
|
||||
3621. [security] Incorrect bounds checking on private type 'keydata'
|
||||
can lead to a remotely triggerable REQUIRE failure
|
||||
(CVE-2013-4854). [RT #34238]
|
||||
|
||||
--- 9.8.5-P1 released ---
|
||||
|
||||
3584. [security] Caching data from an incompletely signed zone could
|
||||
|
@ -176,7 +176,7 @@ fromwire_keydata(ARGS_FROMWIRE) {
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user