mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Catch certain reference after free and failure to initalise bugs
earlier in development rather than later.
This commit is contained in:
@@ -36,6 +36,16 @@
|
|||||||
#define UNLOCK(l)
|
#define UNLOCK(l)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef ISC_MEM_FILL
|
||||||
|
/*
|
||||||
|
* XXXMPA
|
||||||
|
* We want this on during development to catch:
|
||||||
|
* 1. some reference after free bugs.
|
||||||
|
* 2. some failure to initalise bugs.
|
||||||
|
*/
|
||||||
|
#define ISC_MEM_FILL 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Types.
|
* Types.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user