examples: Make sure buffer is initialized.
Этот коммит содержится в:
родитель
09a715b147
Коммит
9d90d15e91
@ -61,7 +61,7 @@ static void torture_request_env(void **state)
|
||||
{
|
||||
ssh_session session = *state;
|
||||
ssh_channel c;
|
||||
char buffer[4096];
|
||||
char buffer[4096] = {0};
|
||||
int nbytes;
|
||||
int rc;
|
||||
int lang_found = 0;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user