mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-29 01:21:04 +00:00
[PR #1799] [MERGED] fix(ts_tables_epg): add NULL checks and fix memory leaks #2535
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1799
Author: @cfsmp3
Created: 12/12/2025
Status: ✅ Merged
Merged: 12/13/2025
Merged by: @cfsmp3
Base:
master← Head:fix/ts-tables-epg-memory-safety📝 Commits (1)
9eb2669fix(ts_tables_epg): add NULL checks and fix memory leaks📊 Changes
1 file changed (+64 additions, -2 deletions)
View changed files
📝
src/lib_ccx/ts_tables_epg.c(+64 -2)📄 Description
Summary
All OOM conditions now use
fatal(EXIT_NOT_ENOUGH_MEMORY, ...)following the project's coding patterns.Test plan
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.