Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11615 closed Patch - Bug Fix (fixed)

Patch to initialize _tune_mode in hdhrstreamhandler.cpp - fixes coverity 700909

Reported by: Gary Buhrmaster <gary.buhrmaster@…> Owned by: Gary Buhrmaster <gary.buhrmaster@…>
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)

comment:1 Changed 11 years ago by Gary Buhrmaster <gary.buhrmaster@…>

Owner: set to Gary Buhrmaster <gary.buhrmaster@…>
Resolution: fixed
Status: newclosed

In 32966e451664d93b79392c13a9fa6c63cbe06ae8/mythtv:

Initialize _tune_mode to hdhrTuneModeNone in ctor

Fixes coverity 700909. Closes #11615.

Signed-off-by: Paul Harrison <pharrison@…>

comment:2 Changed 11 years ago by paulh

Milestone: unknown0.27
Note: See TracTickets for help on using tickets.