|
Bugzilla – Full Text Bug Listing |
| Summary: | dce_select don't clear fds when returning 0 | ||
|---|---|---|---|
| Product: | dce | Reporter: | Matías Richart <mrichart> |
| Component: | other | Assignee: | Hajime Tazaki <tazaki> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | ns-bugs, tazaki |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | Patch and test | ||
thanks for the patch and test ! will get you back soon. fixed. many thanks ! changeset 488 bb4e17e70dc8 |
Created attachment 1617 [details] Patch and test In dce 1.0. When select returns 0 (for example when the timeout is reached but no fd is available) it don't return the fds empty. I didn't find the correct behaviour documented but on linux (tested on Ubuntu 12.04) the select clear the fds when 0 is returned. I attach a possible patch and the corresponding test.