Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential null pointer dereferences in EITHelper::AddEIT.
Ensure that a ContentDescriptor is valid before trying to extract data from it. If its invalid, use "unknown" for the category type instead of dereferencing a nullptr.
- Loading branch information