Re: Bind 9.18: assert in dns_cache_create() cleanup branch

2025-07-10 Thread Ondřej Surý
Hi Andreas, I'll also provide feedback to you here. We very much appreciate bug reports like this, where the submitter puts an effort to diagnose, describe and (possibly) fix the issue. Thank you for that. Unfortunately, this particular issue has been already fixed in the current stable release

Bind 9.18: assert in dns_cache_create() cleanup branch

2025-07-10 Thread Andreas Kempe
Hello everyone, We discovered an issue in the error handling branch of dns_cache_create(). The cleanup branch of this function directly calls cache_free() which asserts because neither cache->references, nor cache->live_tasks is zero. This is an example backtrace: named[22736]: cache.c:265: REQUI