2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-10-03 13:08:17 +00:00
Files
bind/lib/isc/netmgr
Ondřej Surý 57d0fabadd Stop leaking mutex in nmworker and cond in nm socket
On FreeBSD, the pthread primitives are not solely allocated on stack,
but part of the object lives on the heap.  Missing pthread_*_destroy
causes the heap memory to grow and in case of fast lived object it's
possible to run out-of-memory.

Properly destroy the leaking mutex (worker->lock) and
the leaking condition (sock->cond).
2021-12-08 17:58:53 +01:00
..
2021-11-30 12:20:22 +02:00
2021-12-02 13:50:00 +01:00
2021-10-15 00:56:58 -07:00