Closed GoogleCodeExporter closed 9 years ago
As my colleague pointed out, select(2)'s first argument is in fact the highest
file descriptor to check plus one, not just the highest file descriptor, so the
patch should read select(tty_fd + 1, ...).
Original comment by lwith...@gmail.com
on 13 Oct 2011 at 12:34
Fixed in r24
Original comment by nick.pat...@gmail.com
on 21 Feb 2012 at 6:31
Original issue reported on code.google.com by
lwith...@gmail.com
on 12 Oct 2011 at 9:56Attachments: