Opened 16 years ago

Closed 16 years ago

#5285 closed defect (fixed)

Uninitialized variables and member variables in libmythtv

Reported by: Erik Hovland <erik@…> Owned by: Isaac Richards
Priority: trivial Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

The ticket supersedes tickets #5096, #5097, #5103, #5104, #5105 and #5133. It also encompasses a few other files in libmythtv. The patch deals with one type of defect, member variables or variables that are not initialized in the ctor of the class or function that they are used in.

Attachments (2)

libs_libmythtv-uninit-defects.patch (17.8 KB) - added by Erik Hovland <erik@…> 16 years ago.
deals with uninitialized member variables and variables
libs_libmythtv-uninit-defects-ticket-5285.patch (19.5 KB) - added by Erik Hovland <erik@…> 16 years ago.
Latest version of the uninitialized patch

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by Erik Hovland <erik@…>

deals with uninitialized member variables and variables

Changed 16 years ago by Erik Hovland <erik@…>

Latest version of the uninitialized patch

comment:1 Changed 16 years ago by danielk

Resolution: fixed
Status: newclosed

(In [17528]) Fixes #5285. Initializes uninitialized variables in libmythtv, except for a few cases that are intentional and are now commented as such.

Note: See TracTickets for help on using tickets.