Modify ↓
Ticket #5502 (closed defect: fixed)
Opened 4 years ago
Last modified 4 years ago
check dynamic_cast in libmythui
| Reported by: | Erik Hovland <erik@…> | Owned by: | stuartm |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
libmythui has a few places where the dynamic_cast is not checked to see if it returned null.
The attached patch collects those instances and does the check.
Attachments
Change History
Changed 4 years ago by Erik Hovland <erik@…>
- Attachment libs_libmythui-check-dyn_cast.patch added
comment:1 Changed 4 years ago by stuartm
- Owner changed from ijr to stuartm
- Status changed from new to assigned
comment:2 Changed 4 years ago by stuartm
Changed 4 years ago by Erik Hovland <erik@…>
- Attachment libs_libmythui-check-dyn_cast-ticket-5502.patch added
Latest version of the dyn cast patch
Changed 4 years ago by Erik Hovland <erik@…>
- Attachment libs_libmythui-check-dyn_cast-ticket-5502.2.patch added
Some cruft crepted into the patch. This version should be cruft free!
Note: See
TracTickets for help on using
tickets.

check dynamic_cast in libmythui