Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11673 closed Patch - Bug Fix (fixed)

Patch to initiaize xv_need_bobdeint_repaint member variable in the VideoOutputXv ctor - fixes coverity 700920

Reported by: Gary Buhrmaster <gary.buhrmaster@…> Owned by: Gary Buhrmaster <gary.buhrmaster@…>
Priority: minor Milestone: 0.27
Component: MythTV - Video Playback Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Static analysis detected that the member variable xv_need_bobdeint_repaint was not be initialized in the VideoOutputXv? ctor. Commit c2b16837b13d58700d0e1267d8ce36a6ff858fa3 added the xv_need_bobdeint_repaint member variable but did not add it to the ctor. This patch does so.

Fixes Coverity 700920

github ref: ​https://github.com/garybuhrmaster/mythtv/commit/6efb35f0bbefcb060415cbd17703f996f3f5e7c1 github git-am ref: https://github.com/garybuhrmaster/mythtv/commit/6efb35f0bbefcb060415cbd17703f996f3f5e7c1.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 afed98432343afbb07d6d44e74dc9dcfdb2ae05f/mythtv:

Initialize xv_need_bobdeint_repaint in ctor

Commit c2b16837b13d58700d0e1267d8ce36a6ff858fa3
added the xv_need_bobdeint_repaint member variable
but did not add it to the ctor.

Fixes Coverity 700920

Fixes #11673

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.