trace illegal condition in backsql_strfcat

This commit is contained in:
Pierangelo Masarati 2002-08-31 10:37:42 +00:00
parent 685363e880
commit 95a99bd522

View file

@ -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;
}