Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11626 closed Patch - Bug Fix (fixed)

Patch top copy m_nice and m_ioprio values from other in ctor - Fixes Coverity 1028696

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

Description

Patch to copy m_nice and m_ioprio values from other in ctor. It appears that when commit 201407310b183210ab58b5030abf656e797bae39 added the m_ioprio and m_nice member variables that the constructor was not updated to copy those values.

Fixes Coverity 1028696

Github ref: https://github.com/garybuhrmaster/mythtv/commit/f7d2cd29e058ef601c46a69cfeb684de551545ae

Gitgub git-am ref: https://github.com/garybuhrmaster/mythtv/commit/f7d2cd29e058ef601c46a69cfeb684de551545ae.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 eac883a401e4b2262ed97aa8be81c4068329fb68/mythtv:

Copy m_nice and m_ioprio values from other in ctor

It appears that when commit 201407310b183210ab58b5030abf656e797bae39
added the m_ioprio and m_nice member variables that the
constructor was not updated to copy those values.

Fixes Coverity 1028696

Fixes #11626.

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.