Opened 12 years ago
Closed 12 years ago
Last modified 12 years ago
#11583 closed Patch - Bug Fix (fixed)
Patch for dead assignment in lirc_client.cpp - fixes coverity 1025913
Reported by: | Owned by: | Karl Egly | |
---|---|---|---|
Priority: | minor | Milestone: | 0.27 |
Component: | MythTV - User Interface Library | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
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
Change History (2)
Note: See
TracTickets for help on using
tickets.
In ce7473d4b39e76aa45e89a9de4956658cbd123db/mythtv: