Opened 12 years ago
Closed 12 years ago
Last modified 12 years ago
#11674 closed Patch - Bug Fix (fixed)
Patch to initiaize m_pci and m_dsi member variable in the MythDVDContext ctor - fixes coverity 1046927
Reported by: | Owned by: | peper03 | |
---|---|---|---|
Priority: | minor | Milestone: | 0.27 |
Component: | MythTV - DVD Playback | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Static analysis identified uninitialized member variables in the MythDVDContext ctor. Initialize them. From a cursory analysis, this issue may be a false positive, but zeroizing the structure will do no harm, and should satisfy the static analysis tool.
Fixes Coverity 1046927
github ref: https://github.com/garybuhrmaster/mythtv/commit/520391b26fb1db76eded2ad330ed3d9aa1f285d8 github git-am ref: https://github.com/garybuhrmaster/mythtv/commit/520391b26fb1db76eded2ad330ed3d9aa1f285d8.patch
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 9a8249e00df421a06daa7b72b1cedee418eb7b5f/mythtv: