Opened 12 years ago
Closed 12 years ago
Last modified 12 years ago
#11589 closed Patch - Bug Fix (fixed)
Patch to initialize m_off member variable in rtpdatapacket.h - fixes coverity 746870
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.27 |
Component: | MythTV - Recording | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
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
Patch: https://github.com/garybuhrmaster/mythtv/commit/86410ede4625c881fde68ad34210711cf1f81983.patch
Change History (2)
Note: See
TracTickets for help on using
tickets.
In f25dc5da882ababac8ebf2958ac07f941f31123b/mythtv: