Opened 16 years ago

Closed 16 years ago

#5127 closed defect (fixed)

check select() call for errors in wait_for_backend

Reported by: Erik Hovland <erik@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

wait_for_backend() makes a call to select and assumes that the call passes back a good file descriptor number. But select() can fail. So it should be checked.

Attachments (1)

libs_libmythtv_dvbchannel.cpp-check-select.patch (1.0 KB) - added by Erik Hovland <erik@…> 16 years ago.
check select() for failure

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by Erik Hovland <erik@…>

check select() for failure

comment:1 Changed 16 years ago by danielk

Resolution: fixed
Status: newclosed

(In [17220]) Fixes #5127. Check for select() error in dvbchannel.cpp

Note: See TracTickets for help on using tickets.