[mythtv-commits] Ticket #11583: Patch for dead assignment in lirc_client.cpp - fixes coverity 1025913

MythTV noreply at mythtv.org
Sun Jun 9 21:14:20 UTC 2013


#11583: Patch for dead assignment in lirc_client.cpp - fixes coverity 1025913
-------------------------------------------------+-------------------------
     Reporter:  Gary Buhrmaster                  |      Owner:  stuartm
  <gary.buhrmaster@…>                            |     Status:  new
         Type:  Bug Report - General             |  Milestone:  unknown
     Priority:  minor                            |    Version:  Master Head
    Component:  MythTV - User Interface Library  |   Keywords:
     Severity:  medium                           |
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 Static analysis (coverity) identified a (low priority) dead assignment of
 the pointer end (if the condition is true, the routine returns; if not,
 the loop condition check reassigns the pointer value).  Remove the
 assignment to make static analysis happy.

 Fixes coverity 1025913.

 Patch:
 https://github.com/garybuhrmaster/mythtv/commit/72ffacaccd0c6a88498231b24accde37646051db

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


More information about the mythtv-commits mailing list