Opened 17 years ago
Closed 17 years ago
#5873 closed defect (fixed)
Segfault in Schedule Priorities screen
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
If there are no recording rules, then sorting the recording rules in the Schedule Priorities screen results in a segmentation fault.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | priority.patch added |
---|
comment:1 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
(In [18956]) Fix two potential segfaults in mythui ported screens, both caused by failing to check the validity of a button list item pointer before dereferencing. Cleaned up a little too. Closes #5872 and #5873