Opened 17 years ago
Closed 17 years ago
#5099 closed defect (fixed)
dyn_cast can return 0, check in convert_diseqc_db()
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
convert_diseqc_db() sometimes checks dynamic_cast(). But mostly it doesn't. It should check every cast for null return.
Attachments (1)
Change History (2)
Changed 17 years ago by
Attachment: | libs_libmythtv_diseqcsettings.cpp-always-check-dyn_cast.patch added |
---|
Note: See
TracTickets for help on using
tickets.
check every dynamic_cast()