mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#3981 from HEAD - ch_realloc(addr,0)
This commit is contained in:
parent
99f1ec0815
commit
ad06d2f4aa
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ ch_realloc(
|
|||
|
||||
if( size == 0 ) {
|
||||
ch_free( block );
|
||||
return NULL;
|
||||
}
|
||||
|
||||
ctx = sl_context( block );
|
||||
|
|
|
|||
Loading…
Reference in a new issue