Opened 16 years ago

Closed 16 years ago

#4374 closed patch (fixed)

Null pointer reference in tv_play.cpp

Reported by: andrei@… Owned by: stuartm
Priority: minor Milestone: 0.21
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

If tv_play receives a keypress while playback is stopping, GetOSD() returns NULL and this causes a null pointer reference.

Attachments (1)

libmythtv.patch (732 bytes) - added by andrei@… 16 years ago.

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by andrei@…

Attachment: libmythtv.patch added

comment:1 Changed 16 years ago by stuartm

Owner: changed from Isaac Richards to stuartm
Status: newaccepted

comment:2 Changed 16 years ago by stuartm

Resolution: fixed
Status: acceptedclosed

(In [15242]) Add a null pointer check when reseting the idle timer.

Patch from andrei at tanas

Fixes #4374

Note: See TracTickets for help on using tickets.