lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 31 May 2007 14:17:16 -0400
From:	Uncle George <netbeans@...works.com>
To:	linux-kernel@...r.kernel.org
Subject: SELECT() returns 1 But FIONREAD says (Input/output error)

i am using the GARMIN_GPS/usb driver to read a gps receiver.
In testing the ability of my software to recover from various errors, I 
try this: unplug the gps/USB cable from the usb hub.

Interestingly enough the thread spins.
the SELECT() waits for something to happen, and I get one channel that 
something interesting happened.
Then i try to find out how many chars are in the read buff via FIONREAD. 
That call errors out with an i/o error.

Needless to day, the code resets the SELECT parameters, and SELECT is 
called again. It again says that something interesting has happened on 
that ( i/o errored ) channel. And we now repeat the  FIONREAD.

In this case what, will reset the "something interesting has happened" 
report from the SELECT call? Will it ever be reset in this case?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ