2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-28 21:17:54 +00:00
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-06 05:33:48 +00:00
2021-06-09 14:35:14 +02:00
2021-07-13 09:12:04 +02:00
2021-07-22 11:51:46 +02:00
2021-06-09 14:35:14 +02:00
2021-07-13 09:12:04 +02:00
2020-12-08 18:36:23 +01:00
2021-07-13 14:48:29 +02:00
2021-07-14 10:55:12 -07:00