Skip to content

cache entry_list: fix crash on insertion via lua

Vladimír Čunát requested to merge zone-forward-ng into master

When inserting NS or xNAME, we could get into this place with qry == NULL, and we'd crash when trying to use the memory pool. Let's simply use the stack instead.

Merge request reports