an integer overflow could cause an assertion failure when
freeing memory.
+5938. [bug] An integer type overflow could cause an assertion
+ failure when freeing memory. [GL #3483]
+
5937. [cleanup] The dns_rdatalist_tordataset() and
dns_rdatalist_fromrdataset() functions can no
longer fail. Clean up their prototypes and error
static void
mem_putstats(isc_mem_t *ctx, void *ptr, size_t size) {
struct stats *stats = stats_bucket(ctx, size);
- uint_fast32_t s, g;
+ atomic_size_t s, g;
UNUSED(ptr);