Opened 18 years ago
Closed 18 years ago
#5502 closed defect (fixed)
check dynamic_cast in libmythui
| Reported by: | 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 (3)
Change History (6)
by , 18 years ago
| Attachment: | libs_libmythui-check-dyn_cast.patch added |
|---|
comment:1 by , 18 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 18 years ago
by , 18 years ago
| Attachment: | libs_libmythui-check-dyn_cast-ticket-5502.patch added |
|---|
Latest version of the dyn cast patch
by , 18 years ago
| 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