mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
1739. [bug] dns_rbt_deletetree() could incorrectly return
ISC_R_QUOTA. [RT #12695] 1738. [bug] Enable overrun checking by default. [RT #12695]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: mem.h,v 1.59 2004/03/05 05:10:58 marka Exp $ */
|
||||
/* $Id: mem.h,v 1.60 2004/10/11 05:49:29 marka Exp $ */
|
||||
|
||||
#ifndef ISC_MEM_H
|
||||
#define ISC_MEM_H 1
|
||||
@@ -58,7 +58,7 @@ typedef void (*isc_memfree_t)(void *, void *);
|
||||
* the requested space. This will increase the size of each allocation.
|
||||
*/
|
||||
#ifndef ISC_MEM_CHECKOVERRUN
|
||||
#define ISC_MEM_CHECKOVERRUN 0
|
||||
#define ISC_MEM_CHECKOVERRUN 1
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user