bind9/lib
Aram Sargsyan a634488a24 Fix logging a uint32_t SOA serial value in dns_catz_update_from_db()
The dns_catz_update_from_db() function prints serial number as a signed
number (with "%d" in the format string), but the `vers` variable's type
is 'uint32_t'. This breaks serials bigger than 2^31.

Use PRIu32 instead of "d" in the format string.

(cherry picked from commit 72b1760ea6)
2022-12-15 13:49:58 +00:00
..
bind9 Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
dns Fix logging a uint32_t SOA serial value in dns_catz_update_from_db() 2022-12-15 13:49:58 +00:00
irs Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
isc Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
isccc Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
isccfg Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
ns Revert "Merge branch '3678-serve-stale-servfailing-unexpectedly-v9_16' into 'v9_16'" 2022-12-08 10:23:40 +01:00
win32/bindevt Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
Makefile.in Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00