Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
ad06d2f4
Commit
ad06d2f4
authored
Sep 28, 2005
by
Howard Chu
Browse files
ITS#3981 from HEAD - ch_realloc(addr,0)
parent
99f1ec08
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/ch_malloc.c
View file @
ad06d2f4
...
...
@@ -80,6 +80,7 @@ ch_realloc(
if
(
size
==
0
)
{
ch_free
(
block
);
return
NULL
;
}
ctx
=
sl_context
(
block
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment