[mythtv-commits] Ticket #11674: Patch to initiaize m_pci and m_dsi member variable in the MythDVDContext ctor - fixes coverity 1046927

MythTV noreply at mythtv.org
Sat Jul 13 18:28:59 UTC 2013


#11674: Patch to initiaize m_pci and m_dsi member variable in the MythDVDContext
ctor - fixes coverity 1046927
-------------------------------------+-------------------------------------
 Reporter:  Gary Buhrmaster          |           Type:  Patch - Bug Fix
  <gary.buhrmaster@…>                |       Priority:  minor
   Status:  new                      |      Component:  MythTV - DVD
Milestone:  unknown                  |  Playback
  Version:  Master Head              |       Severity:  medium
 Keywords:                           |  Ticket locked:  0
-------------------------------------+-------------------------------------
 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

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11674>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list