Merge remote-tracking branch 'origin/maint-0.2.4'

This commit is contained in:
Nick Mathewson 2013-03-22 12:41:16 -04:00
commit 9a6514ce4f

View File

@ -860,7 +860,7 @@ test_util_strmisc(void)
{
char buf[1024];
int i;
char *cp, *cp_tmp;
char *cp, *cp_tmp = NULL;
/* Test strl operations */
test_eq(5, strlcpy(buf, "Hello", 0));