mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
2149. [bug] isc_mem_checkdestroyed() failed to abort on
if there were still active memory contexts. [RT #16672]
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -1,3 +1,7 @@
|
|||||||
|
2149. [bug] isc_mem_checkdestroyed() failed to abort on
|
||||||
|
if there were still active memory contexts.
|
||||||
|
[RT #16672]
|
||||||
|
|
||||||
2148. [func] Add positive logging for rndc commands. [RT #14623]
|
2148. [func] Add positive logging for rndc commands. [RT #14623]
|
||||||
|
|
||||||
2147. [bug] libbind: remove potential buffer overflow from
|
2147. [bug] libbind: remove potential buffer overflow from
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: mem.c,v 1.131 2007/02/14 02:39:44 marka Exp $ */
|
/* $Id: mem.c,v 1.132 2007/02/26 22:57:03 marka Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -1948,7 +1948,7 @@ isc_mem_checkdestroyed(FILE *file) {
|
|||||||
}
|
}
|
||||||
fflush(file);
|
fflush(file);
|
||||||
#endif
|
#endif
|
||||||
INSIST(1);
|
INSIST(0);
|
||||||
}
|
}
|
||||||
UNLOCK(&lock);
|
UNLOCK(&lock);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user