Files
bind9/lib/isc/include/isc
Ondřej Surý 22db2705cd Use static storage for isc_mem water_t
On the isc_mem water change the old water_t structure could be used
after free.  Instead of introducing reference counting on the hot-path
we are going to introduce additional constraints on the
isc_mem_setwater.  Once it's set for the first time, the additional
calls have to be made with the same water and water_arg arguments.
2021-07-22 11:51:46 +02:00
..
2021-07-22 11:51:46 +02:00
2021-05-31 14:52:05 +02:00
2021-02-03 12:06:17 +01:00