commit | 6522f132ba865f90ba3bb3a740eff191911e4dba | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Sep 09 22:42:12 2014 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Sep 09 22:51:05 2014 +0000 |
tree | 462872df2049f73bc581d3e9c978afe884561e2a | |
parent | b7dd5e63bf48c2af952d9acb0e440c91361ab942 [diff] |
decode_select: fix potential use of an uninitialized variable A pointer to fd_set was used uninitialized when nfds == 0. * desc.c (decode_select): Initialize fds. Reported-by: Zubin Mithra <zubin.mithra@gmail.com>