mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-25 08:12:54 -05:00
ITS#10339 Do not reuse freed memory
This commit is contained in:
parent
7717e2ba4d
commit
10b1d6c9b4
1 changed files with 1 additions and 1 deletions
|
|
@ -5612,7 +5612,7 @@ ok:
|
|||
snprintf( ca->cr_msg, sizeof( ca->cr_msg ), "<%s> failed startup", ca->argv[0] );
|
||||
|
||||
Debug(LDAP_DEBUG_ANY, "%s: %s (%s)!\n",
|
||||
ca->log, ca->cr_msg, ca->argv[1] );
|
||||
ca->log, ca->cr_msg, e->e_name.bv_val );
|
||||
rc = LDAP_OTHER;
|
||||
goto done;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue