Skip to content

Resolve "abort when memory allocation fails"

Ondřej Surý requested to merge 674-abort-when-memory-allocation-fails into master

So, for BIND, this is the minimal patch to make failed memory allocation to abort the process.

For BIND 9.11, we need to check the isc_bind9 value and abort only when default_memalloc() is used inside BIND.

Closes #674 (closed)

Merge request reports