qt5base-lts/tests/auto/qsocketnotifier
Shane Kearns 7ee981a834 Fix crash when QSocketNotifier used with an invalid descriptor
select code for open C file/socket descriptors was crashing in FD_SET
if a QSocketNotifier was created with an invalid descriptor.

Added two autotests to QSocketNotifier, one to check notifiers with
bogus socket descriptors don't crash, the other to check that notifiers
with posix socket descriptors do work. (symbian socket engine doesn't
use them so they are not implicitly tested)

Reviewed-by: mread
Task-Number: QTBUG-18138
(cherry picked from commit 8a9a6afcf02f089f932bc81431ab46a60af32134)
2011-05-11 16:37:58 +02:00
..
.gitignore Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsocketnotifier.pro Fix crash when QSocketNotifier used with an invalid descriptor 2011-05-11 16:37:58 +02:00
tst_qsocketnotifier.cpp Fix crash when QSocketNotifier used with an invalid descriptor 2011-05-11 16:37:58 +02:00