mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-24 06:59:49 +00:00
[PR #1996] [MERGED] fix prevent MP4 & PS demuxer panics due to out-of-bounds/underflow #2794
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/1996
Author: @THE-Amrit-mahto-05
Created: 1/7/2026
Status: ✅ Merged
Merged: 1/10/2026
Merged by: @cfsmp3
Base:
master← Head:fix/demuxer-panics📝 Commits (1)
ca2b708fix: prevent MP4 & PS demuxer panics due to out-of-bounds/underflow (#1995)📊 Changes
1 file changed (+5 additions, -2 deletions)
View changed files
📝
src/rust/src/demuxer/stream_functions.rs(+5 -2)📄 Description
…#1995)
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Description
fixes critical panics in CCExtractor’s demuxer when handling certain malformed or very small media files.
Issues Addressed
PS probing underflow:
MP4 box validation out-of-bounds:
Steps to Reproduce
Changes Made
Verification
Fixes #1995
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.