Opened 17 years ago
Closed 16 years ago
#5952 closed defect (fixed)
VDPAU defects from static analysis
Reported by: | Owned by: | markk | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
7 mostly trivial defects from the new VDPAU code found by coverity prevent.
Attachments (5)
Change History (8)
by , 17 years ago
Attachment: | libs_libavcodec-vdpau-pointer-checking.patch added |
---|
by , 17 years ago
Attachment: | libs_libmythtv-vdpau-delete-array.patch added |
---|
Some heap allocated variables are arrays and should be deleted as such.
by , 17 years ago
Attachment: | libs_libmythtv-vdpau-uninit.patch added |
---|
Initialize all members in the VDPAU class ctor
by , 17 years ago
Attachment: | libs_libavcodec-vdpau-pointer-checking-ticket-5952.patch added |
---|
Fresh patch for old ticket.
by , 17 years ago
Attachment: | libs_libmythtv-vdpau-uninit-ticket-5952.patch added |
---|
Fresh patch for old ticket.
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Remove errant check of last pointer. Code wouldn't work if last was NULL.