mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
tests: Initialize readfds in torture_channel_select()
CID 1393905 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
static void torture_channel_select(void **state)
|
||||
{
|
||||
fd_set readfds;
|
||||
fd_set readfds = {0};
|
||||
int fd;
|
||||
int rc;
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user