Opened 18 years ago
Closed 18 years ago
#5154 closed defect (fixed)
rb and rbi are not initialized to null and may be passed uninitialized
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
It is possible in MPEG2fixup::AddFrame() that the pointers rb and rbi could pass through the function uninitialized. They should be initialized to null and then checked for null before being passed to any callers.
Attachments (1)
Change History (2)
by , 18 years ago
Attachment: | programs_mythtranscode_mpeg2fix.cpp-initialize-rb-pointers.patch added |
---|
Note:
See TracTickets
for help on using tickets.
initialize rb and rbi, then check them for null