[mythtv-commits] Ticket #11589: Patch to initialize m_off member variable in rtpdatapacket.h - fixes coverity 746870

MythTV noreply at mythtv.org
Sat Jun 15 17:58:19 UTC 2013


#11589: Patch to initialize m_off member variable in rtpdatapacket.h - fixes
coverity 746870
-------------------------------------------------+-------------------------
 Reporter:  Gary Buhrmaster <gary.buhrmaster@…>  |          Owner:  danielk
     Type:  Patch - Bug Fix                      |         Status:  closed
 Priority:  minor                                |      Milestone:  unknown
Component:  MythTV - Recording                   |        Version:  Master
 Severity:  medium                               |  Head
 Keywords:                                       |     Resolution:  fixed
                                                 |  Ticket locked:  0
-------------------------------------------------+-------------------------
Changes (by Gary Buhrmaster <gary.buhrmaster@…>):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:f25dc5da882ababac8ebf2958ac07f941f31123b/mythtv]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="f25dc5da882ababac8ebf2958ac07f941f31123b"
 Initialize m_off member variable

 Static analysis (scan-build and coverity) noted that
 the m_off variable in the RTPDataPacket class is not
 initialized for UDPPackets, which are used in
 RTPPacketBuffer::PushDataPacket

 Fixes coverity 746870
 (cherry picked from commit 86410ede4625c881fde68ad34210711cf1f81983)

 Fixes #11589

 Signed-off-by: Stuart Morgan <smorgan at mythtv.org>
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11589#comment:1>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list