mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
trace illegal condition in backsql_strfcat
This commit is contained in:
parent
685363e880
commit
95a99bd522
1 changed files with 2 additions and 0 deletions
|
|
@ -212,6 +212,8 @@ backsql_strfcat( struct berval *dest, ber_len_t *buflen, const char *fmt, ... )
|
|||
#endif /* BACKSQL_TRACE */
|
||||
}
|
||||
|
||||
assert( cstr );
|
||||
|
||||
AC_MEMCPY( dest->bv_val + cdlen, cstr, cslen + 1 );
|
||||
cdlen += cslen;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue