Opened 15 years ago

Closed 15 years ago

#6961 closed defect (fixed)

Make sure data1, data2 and data3 are initialized in dvdnav link

Reported by: Erik Hovland <erik@…> Owned by: paulh
Priority: trivial Milestone: 0.22
Component: MythTV - General Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

It is possible for data3 to be checked even though it hasn't been initialized in dvdnav. This has no known side effect. But better safe then sorry.

Attachments (1)

libs_libdvdnav-uninit (741 bytes) - added by Erik Hovland <erik@…> 15 years ago.
Makes sure that data1, data2 and data3 are initialized.

Download all attachments as: .zip

Change History (3)

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

Attachment: libs_libdvdnav-uninit added

Makes sure that data1, data2 and data3 are initialized.

comment:1 Changed 15 years ago by paulh

Milestone: unknown0.22
Owner: changed from Isaac Richards to paulh
Status: newassigned

comment:2 Changed 15 years ago by paulh

Resolution: fixed
Status: assignedclosed

(In [21724]) Make sure some variables are initialised before use. Fixes #6961.

Note: See TracTickets for help on using tickets.