Add a check of the FD_SETSIZE before the call to select()
authorAndrea Grandi <andrea.grandi@intel.com>
Fri, 25 Mar 2016 04:19:30 +0000 (04:19 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 6 Apr 2016 08:09:51 +0000 (09:09 +0100)
commit570c0716e30ca3490cc8f5d8d7cf25bcd99d6c7c
tree2dd9185b295eb21fec08fc4eba9775d7ba15e0e7
parent69853045e1154236d440eba363a001033f5e3781
Add a check of the FD_SETSIZE before the call to select()

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
apps/speed.c