Opened 16 years ago

Closed 16 years ago

#5517 closed defect (fixed)

make sure subtitleOSD is not null before dereferencing

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

NuppelVideoPlayer::DisplayDVDButton might dereference subtitleOSD before checking for null.

Attachments (1)

libs_libmythtv-null-returns.patch (919 bytes) - added by Erik Hovland <erik@…> 16 years ago.
checks subtitleOSD for null

Download all attachments as: .zip

Change History (2)

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

checks subtitleOSD for null

comment:1 Changed 16 years ago by danielk

Resolution: fixed
Status: newclosed

(In [17939]) Fixes #5517. Check that we have a subtitle OSD set before using it.

Note: See TracTickets for help on using tickets.