mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-24 07:43:16 -05:00
ITS#6978 bail out on invalid input
This commit is contained in:
parent
b1f26a8b17
commit
d0973003f7
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ ldap_parse_ldif_record_x(
|
|||
fprintf( stderr, _("%s: invalid format (line %d) entry: \"%s\"\n"),
|
||||
errstr, linenum+i, dn == NULL ? "" : dn );
|
||||
rc = LDAP_PARAM_ERROR;
|
||||
break;
|
||||
goto leave;
|
||||
}
|
||||
lr->lr_freeval[i] = freev;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue