mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-23 02:43:17 -04:00
The test expected `xn--ah-` to be treated as a syntax error (punycode requires letters after the last hyphen) but libidn2 on buster converted the label to `ah` instead. To avoid this bug, change the invalid label to `xn--0000h` which translates to an out-of-range unicode codepoint (beyond the maximum value) which is corectly trated as invalid in older libidn2. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| Makefile.am | ||