mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Fix LBER_MEMORY_DEBUG failed realloc bug
This commit is contained in:
parent
55dba4395f
commit
7b836babb6
@ -198,7 +198,7 @@ ber_memcalloc( ber_len_t n, ber_len_t s )
|
||||
void *
|
||||
ber_memrealloc( void* p, ber_len_t s )
|
||||
{
|
||||
void *new;
|
||||
void *new = NULL;
|
||||
ber_int_options.lbo_valid = LBER_INITIALIZED;
|
||||
|
||||
/* realloc(NULL,s) -> malloc(s) */
|
||||
|
Loading…
Reference in New Issue
Block a user