Opened 16 years ago

Closed 16 years ago

#5287 closed defect (fixed)

Uninitialized variables and member variables in libmythupnp

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

Description

There are a few classes and functions where a variable or member variable is not initialized.

Attachments (1)

libs_libmythupnp-init-vars.patch (5.0 KB) - added by Erik Hovland <erik@…> 16 years ago.
deals with uninitialized member variables and variables

Download all attachments as: .zip

Change History (3)

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

deals with uninitialized member variables and variables

comment:1 Changed 16 years ago by greg

Owner: changed from Isaac Richards to greg
Status: newassigned

comment:2 Changed 16 years ago by greg

Resolution: fixed
Status: assignedclosed

(In [17616])

Closes #5287, Forces initialization of some variables ensuring

a controlled starting state.

Note: See TracTickets for help on using tickets.