Opened 12 years ago
Closed 12 years ago
Last modified 12 years ago
#11615 closed Patch - Bug Fix (fixed)
Patch to initialize _tune_mode in hdhrstreamhandler.cpp - fixes coverity 700909
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 0.27 |
Component: | MythTV - DVB | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Static analysis detected that the member _tune_mode was not initialized in the constructor. The patch initializes it to hdhrTuneModeNone.
Fixes coverity 700909
github ref: https://github.com/garybuhrmaster/mythtv/commit/b34534ff37dbd3b73356b72ebf4d45cd9ad8eca7
github git-am ref: https://github.com/garybuhrmaster/mythtv/commit/b34534ff37dbd3b73356b72ebf4d45cd9ad8eca7.patch
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 32966e451664d93b79392c13a9fa6c63cbe06ae8/mythtv: