mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 14:49:59 -04:00
The NS_QUERYATTR_REDIRECT flag is set when processing a recursive NXDOMAIN redirection lookup, so that if that lookup also returns NXDOMAIN we don't end up looping. Previously, the flag was left active after use, but if the same client triggered a subsequent recursive lookup (for example, in the filter-aaaa plugin), then the wrong branch could be reached in query_resume(), potentially leading to an assertion failure. This has been fixed. |
||
|---|---|---|
| .. | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| meson.build | ||