Opened 20 years ago
Closed 20 years ago
#1539 closed patch (fixed)
NULL Pointer in videoout_quartz.cpp
Reported by: | Owned by: | Nigel | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
We are passing in a NULL to DecompressSequenceFrameWhen for the parameter that is supposed to be a pointer to the storage for the return flags. This doesn't seem to be causing any problems but according to the docs it is incorrect. The enclosed patch fixes this problem.
Attachments (1)
Change History (5)
by , 20 years ago
Attachment: | videoout_quartz.cpp.patch added |
---|
comment:1 by , 20 years ago
Type: | defect → patch |
---|
comment:2 by , 20 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 20 years ago
Thank you for this patch, Taoyama-san. I am very impressed that you found this. I am just compiling and testing it now (against 0-19-fixes).
You can review our code any time, Mino :-)
Note:
See TracTickets
for help on using tickets.
videoout_quartz.cpp patch for NULL pointer