mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-01 08:03:31 +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];
|
char buf[1024];
|
||||||
int i;
|
int i;
|
||||||
char *cp, *cp_tmp;
|
char *cp, *cp_tmp = NULL;
|
||||||
|
|
||||||
/* Test strl operations */
|
/* Test strl operations */
|
||||||
test_eq(5, strlcpy(buf, "Hello", 0));
|
test_eq(5, strlcpy(buf, "Hello", 0));
|
||||||
|
Loading…
Reference in New Issue
Block a user