bind9/bin/named/include
Aram Sargsyan 281660ecc1 Fix DoH quota global variables type
The 'named_g_http_listener_clients' and 'named_g_http_streams_per_conn'
global variables are defined as 'in_port_t', which is usually 16 bits,
but both the readers and the writers of those variables use 'uint32_t'
as the target/source, which can result in truncation.

Use correct types.
2026-06-11 11:32:26 +00:00
..
dlz Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
named Fix DoH quota global variables type 2026-06-11 11:32:26 +00:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00