| commit | d654dd27b5774575edd341827c38735ac9222174 | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Mon May 19 16:05:41 2008 +1000 |
| committer | Damien Miller <djm@mindrot.org> | Mon May 19 16:05:41 2008 +1000 |
| tree | 9a26f5f81100f4e092dcdabff65d46397b692bd1 | |
| parent | 2ff1ca56ebee93d2881e4abaab1b8bc84dad4db8 [diff] |
- markus@cvs.openbsd.org 2008/05/09 16:17:51
[channels.c]
error-fd race: don't enable the error fd in the select bitmask
for channels with both in- and output closed, since the channel
will go away before we call select();
report, lots of debugging help and ok djm@