CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/18 06:04:05
Modified files:
sbin/unwind : resolver.c
Log message:
Workaround unbound github issue #99.
https://github.com/NLnetLabs/unbound/issues/99
ub_ctx_delete would free the passed in event_base leading to
use-after-free since libunbound never allocated the memory and
unwind expects to continue using the event_base.
