Modify

Ticket #5080 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

AvFormatDecoder::ScanStreams needs to check ringBuffer for null again

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

Description

Before ScanStreams? can do a ringBuffer->isDVD() it always has to do a check of the ringBuffer pointer itself. One of those checks was missed.

Attachments

libs_libmythtv_avformatdecoder.cpp-add-ringbuffer-null-check.patch (772 bytes) - added by Erik Hovland <erik@…> 4 years ago.
checks ringBuffer before dereferencing it
libs_libmythtv_avformatdecoder.cpp-resolve-ringBuffer-null-check-in-ScanStreams.patch (1.6 KB) - added by Erik Hovland <erik@…> 4 years ago.
additional checks for null of ringbuffer in ScanStreams?

Change History

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

checks ringBuffer before dereferencing it

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

additional checks for null of ringbuffer in ScanStreams?

comment:1 Changed 4 years ago by skamithi

  • Owner changed from ijr to skamithi
  • Status changed from new to assigned

comment:2 Changed 4 years ago by skamithi

(In [16886]) Refs #5080. AvFormatDecoder::ScanStreams? needs to check ringBuffer for null

comment:3 Changed 4 years ago by skamithi

  • Status changed from assigned to closed
  • Resolution set to fixed

(In [16887]) Closes #5080. AvFormatDecoder::ScanStreams? needs to check ringBuffer for null . commit to trunk.

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.