Modify ↓
Ticket #5089 (closed defect: duplicate)
Opened 4 years ago
Last modified 4 years ago
MHStream::Initialise needs to check Multiplex for null
| Reported by: | Erik Hovland <erik@…> | Owned by: | ijr |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The pointer to the multiplex might be null. Make sure it isn't before going through it.
Attachments
Change History
Changed 4 years ago by Erik Hovland <erik@…>
- Attachment libs_libmythfreemheg_Stream.cpp-check-for-null.patch added
Note: See
TracTickets for help on using
tickets.

check multiplex pointer before dereferencing.