[mythtv-commits] Ticket #11622: Patch to remove unused member variable m_imr in MBroadcastSocketDevice - fixes coverity 746874

MythTV noreply at mythtv.org
Mon Jun 24 20:13:55 UTC 2013


#11622: Patch to remove unused member variable m_imr in MBroadcastSocketDevice -
fixes coverity 746874
-------------------------------------------------+-------------------------
 Reporter:  Gary Buhrmaster <gary.buhrmaster@…>  |           Type:  Patch -
   Status:  new                                  |  Bug Fix
Milestone:  unknown                              |       Priority:  minor
  Version:  Master Head                          |      Component:  MythTV
 Keywords:                                       |  - UPnP
                                                 |       Severity:  medium
                                                 |  Ticket locked:  0
-------------------------------------------------+-------------------------
 Remove unused member variable m_imr in MBroadcastSocketDevice

 The member variable m_imr appears to be a carryover from a code copy/paste
 from the multicast socket class (where it is used for the group address).
 It is unused in a broadcast socket.  Remove it.

 Fixes coverity 746874

 NOTE: This modifies the binary ABI version number due to the
 mbroadcastsocket.h changes, so make distclean, etc. required.

 github ref:
 https://github.com/garybuhrmaster/mythtv/commit/5e15740501d9e89c0eba71d8ae97c16c3b737495

 github git-am ref:
 https://github.com/garybuhrmaster/mythtv/commit/5e15740501d9e89c0eba71d8ae97c16c3b737495.patch

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


More information about the mythtv-commits mailing list