Opened 16 years ago

Closed 16 years ago

#4736 closed defect (fixed)

check pool frame pointer gotten from GetPoolFrame()

Reported by: Erik Hovland <erik@…> Owned by: Isaac Richards
Priority: minor Milestone: 0.21
Component: mythtranscode Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

GetPoolFrame?() can return null. The returned pointer should be checked before dereferencing the pointer.

Attachments (1)

fix-unchecked-null-returns-in-mythtranscode.patch (865 bytes) - added by Erik Hovland <erik@…> 16 years ago.
checks pool frame pointer for null

Download all attachments as: .zip

Change History (2)

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

checks pool frame pointer for null

comment:1 Changed 16 years ago by danielk

Resolution: fixed
Status: newclosed

(In [16199]) Fixes #4736. Adds a missing null pointer check with patch from Erik Hovland.

Note: See TracTickets for help on using tickets.