mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 11:59:59 -04:00
A buffer used to dump a DNS name in the delegdb dump flow was using the wrong size: it was using `DNS_NAME_MAXWIRE` which is the actual max length of a DNS name on the wire instead of using `DNS_NAME_FORMATSIZE` which is the maximum length of a textual representation of a DNS name (which can be way longer than `DNS_NAME_MAXWIRE` if using the master file escape sequence format) plus 1 (end of string byte). This could lead to a buffer overflow. This is now fixed. |
||
|---|---|---|
| .. | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| meson.build | ||