bind9/lib
Ondřej Surý b8e07a0b5a
Use offsetof() instead of pointer arithmetics to get slabheader
In rdataset_getheader() a cast of the raw buffer to dns_slabheader_t and
pointer arithmetics was used to get the start of the slabheader
structure.  Use more correct offsetof(dns_slabheader_t, raw) to
calculate the correct start of the dns_slabheader_t from the flexible
member raw[].
2026-02-18 14:29:16 +01:00
..
dns Use offsetof() instead of pointer arithmetics to get slabheader 2026-02-18 14:29:16 +01:00
isc wipe hmac keys correctly pre-3.0 libcrypto 2026-02-06 14:14:43 +03:00
isccc switch isc_md_type_t to a proper enum 2026-02-02 11:12:55 +03:00
isccfg Minor logging improvements for key lifetime 2026-02-06 15:06:47 +00:00
ns rename fetch response db field to cache 2026-02-10 08:50:16 +01:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00