зеркало из https://github.com/github/putty.git
Trivial segfault fix from Richard B.
[originally from svn r3036]
This commit is contained in:
Родитель
2487fdd9b4
Коммит
ec6d5edb62
|
@ -174,6 +174,7 @@ int process_nonoption_arg(char *arg, Config *cfg)
|
|||
/*
|
||||
* Otherwise, treat this argument as a host name.
|
||||
*/
|
||||
p = arg;
|
||||
while (*p && !isspace((unsigned char)*p))
|
||||
p++;
|
||||
if (*p)
|
||||
|
|
Загрузка…
Ссылка в новой задаче