mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 10:37:43 -04:00
A few port validation checks use >= UINT16_MAX instead of > UINT16_MAX, incorrectly rejecting port 65535 as out of range. Port 65535 is a valid TCP/UDP port number. Other port checks in the same file already use the correct > comparison. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| include | ||
| named | ||
| nsupdate | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| meson.build | ||