Opened 16 years ago

Closed 16 years ago

#5118 closed defect (invalid)

CardUtil::GetV4LInfo() should be checked in Channel::Open()

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

CardUtil::GetV4LInfo() can fail and return false. It should be checked and reported in Channel::Open().

Attachments (1)

libs_libmythtv_channel.cpp-check-GetV4LInfo.patch (1022 bytes) - added by Erik Hovland <erik@…> 16 years ago.
check CardUtil::GetV4LInfo() for failure

Download all attachments as: .zip

Change History (2)

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

check CardUtil::GetV4LInfo() for failure

comment:1 Changed 16 years ago by danielk

Resolution: invalid
Status: newclosed

This is not a fatal failure. And the strings will be empty in the nearby VERBOSE if it fails so we don't need to check the return.

Note: See TracTickets for help on using tickets.