mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 12:40:35 +00:00
Avoid dereference after null check
This commit is contained in:
parent
d6654301c5
commit
559cc00bd7
@ -1493,7 +1493,6 @@ void decodeftppath(const char *path, char *addr, char *file, char *user,
|
|||||||
*q = '\0';
|
*q = '\0';
|
||||||
if (passwd) strcpy(passwd, q + 1);
|
if (passwd) strcpy(passwd, q + 1);
|
||||||
}
|
}
|
||||||
if (*q != 0) *q = '\0';
|
|
||||||
if (user) strcpy(user, buff);
|
if (user) strcpy(user, buff);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user