1
1

examples: Make sure buffer is initialized.

Этот коммит содержится в:
Andreas Schneider 2014-01-07 09:19:02 +01:00
родитель 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;