mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Merge remote-tracking branch 'origin/maint-0.2.4'
This commit is contained in:
commit
9a6514ce4f
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user