Opened 17 years ago
Closed 17 years ago
#5236 closed defect (fixed)
libmythfreemheg check pointer for null before dereferencing
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
This ticket supersedes #5087, #5088, #5089, #5090 and #5091. The pointer given in a few member functions could be null. It should be checked before being dereferenced.
In an attempt to make it a little easier to triage the tickets I submit I have combined all of the same type of defects into the same patch within any particular directory. The patch attached to this ticket includes all of the patches in the other tickets as well as having another fix in it not previously reported.
Feel free to close the other tickets.
Attachments (1)
Change History (4)
Changed 17 years ago by
Attachment: | libs_libmythfreemheg-check-for-null.patch added |
---|
comment:1 Changed 17 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Closing in favor of #5236
comment:2 Changed 17 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → new |
Whoops, that was especially silly.
Note: See
TracTickets for help on using
tickets.
Fixes any instance in libmythfreemheg where a pointer could be null but is dereferenced before checking for null