Skip to content
Snippets Groups Projects
Commit 95a99bd5 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

trace illegal condition in backsql_strfcat

parent 685363e8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment