Opened 16 years ago

Closed 16 years ago

#4842 closed defect (fixed)

initialize new_vobu at the beginning of dvdnav_time_search_within_cell

Reported by: Erik Hovland <erik@…> Owned by: skamithi
Priority: minor Milestone: 0.22
Component: mythtv Version: 0.21-fixes
Severity: low Keywords:
Cc: Ticket locked: no

Description

new_vobu might slip through the function dvdnav_time_search_within_cell() uninitialized.

Attachments (1)

libs_libmythdvdnav_searching.c-init-new_vobu.patch (1.1 KB) - added by Erik Hovland <erik@…> 16 years ago.
Initialize new_vobu at the beginning of dvdnav_time_search_within_cell. After that is done a conditional farther down can be reworked to be a little simpler (removes some code)

Download all attachments as: .zip

Change History (5)

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

Initialize new_vobu at the beginning of dvdnav_time_search_within_cell. After that is done a conditional farther down can be reworked to be a little simpler (removes some code)

comment:1 Changed 16 years ago by Isaac Richards

Milestone: 0.210.22

comment:2 Changed 16 years ago by danielk

Owner: changed from Isaac Richards to skamithi
Status: newassigned

stanley can you look at this?

comment:3 Changed 16 years ago by skamithi

(In [17788]) Refs #4842. Initialize new_vobu at the beginning of dvdnav_time_search_within_cell. After that is done a conditional farther down can be reworked to be a little simpler (removes some code)

comment:4 Changed 16 years ago by skamithi

Resolution: fixed
Status: assignedclosed

(In [17789]) Closes #4842. commit [17788 ] to 0.21 fixes.

Note: See TracTickets for help on using tickets.