Skip to content

Commit 15291fc

Browse files
typo
1 parent 46a0095 commit 15291fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux-user/syscall.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8520,7 +8520,7 @@ static abi_long do_syscall1(void *cpu_env, int num, abi_long arg1,
85208520
char *p, *q, *r;
85218521
if ((q = r = strstr(env +11, "libqasan.so")) != NULL) {
85228522
size_t mlen = strlen("libqasan.so");
8523-
while ((r = strstr(p = r + mlen, sub)) != NULL) {
8523+
while ((r = strstr(p = r + mlen, "libqasan.so")) != NULL) {
85248524
while (p < r)
85258525
*q++ = *p++;
85268526
}

0 commit comments

Comments
 (0)