2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

3364. [security] Named could die on specially crafted record.

[RT #30416]
This commit is contained in:
Mark Andrews
2012-08-16 09:42:14 +10:00
parent b8493d3292
commit 1bbd36c4db
10 changed files with 3399 additions and 12 deletions

View File

@@ -75,7 +75,7 @@
/*%
* max message size - header - root - type - class - ttl - rdlen
*/
#define MINTSIZ (65535 - 12 - 1 - 2 - 2 - 4 - 2)
#define MINTSIZ DNS_RDATA_MAXLENGTH
/*%
* Size for tokens in the presentation format,
* The largest tokens are the base64 blocks in KEY and CERT records,