mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
1048. [bug] Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
didn't work.
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
||||
1048. [bug] Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
|
||||
didn't work.
|
||||
|
||||
1047. [bug] When a request was refused due to being signed with
|
||||
a TSIG key derived from an unsigned TKEY negotiation,
|
||||
the response could have an rcode of SUCCESS rather
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: mem.c,v 1.102 2001/09/06 23:03:01 gson Exp $ */
|
||||
/* $Id: mem.c,v 1.103 2001/10/12 00:35:11 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -486,6 +486,7 @@ mem_getunlocked(isc_mem_t *ctx, size_t size) {
|
||||
* don't own.
|
||||
*/
|
||||
new_size = size;
|
||||
goto done;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user