Modify

Ticket #5285 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Uninitialized variables and member variables in libmythtv

Reported by: Erik Hovland <erik@…> Owned by: ijr
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

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

Change History

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

deals with uninitialized member variables and variables

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

Latest version of the uninitialized patch

comment:1 Changed 4 years ago by danielk

  • Status changed from new to closed
  • Resolution set to fixed

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

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.