mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +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)
|
static void torture_channel_select(void **state)
|
||||||
{
|
{
|
||||||
fd_set readfds;
|
fd_set readfds = {0};
|
||||||
int fd;
|
int fd;
|
||||||
int rc;
|
int rc;
|
||||||
int i;
|
int i;
|
||||||
|
|||||||
Reference in New Issue
Block a user