mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-17 11:33:12 +00:00
[PR #2046] [CLOSED] fix(rust): harden ccxr_process_cc_data against excessive cc_count #2854
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/2046
Author: @Harsh-Sahu43
Created: 1/19/2026
Status: ❌ Closed
Base:
master← Head:fix/ccxr-process-cc-data-limit📝 Commits (2)
91f1e96fix(rust): harden ccxr_process_cc_data against excessive cc_count046a045style(rust): fix doc comment attachment for ccxr_process_cc_data limit📊 Changes
1 file changed (+22 additions, -0 deletions)
View changed files
📝
src/rust/src/lib.rs(+22 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
{pull request content here}
Summary
Adds a defensive upper bound on
cc_countinccxr_process_cc_datato preventexcessive allocations or misuse at the FFI boundary.
Details
cc_countexceeds a sane limit🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.