Fix potential vulnerability in cloned code #293

Closed
manh-td wants to merge 1 commits from manh-td/kolibrios:cdxl_decode_frame into main
Contributor

This PR fixes a potential security vulnerability in cdxl_decode_frame that was cloned from FFmpeg/FFmpeg but did not receive the security patch.

Vulnerability Details:

  • Affected Function: cdxl_decode_frame in contrib/sdk/sources/ffmpeg/ffmpeg-2.*/libavcodec/cdxl.c
  • Original Fix: 1e42736b95

What this PR does: This PR applies the same security patch that was applied to the original repository to eliminate the potential vulnerability in the cloned code.

References:

Please review and merge this PR to ensure your repository is protected against this vulnerability.

This PR fixes a potential security vulnerability in `cdxl_decode_frame` that was cloned from `FFmpeg/FFmpeg` but did not receive the security patch. **Vulnerability Details:** * **Affected Function**: `cdxl_decode_frame` in `contrib/sdk/sources/ffmpeg/ffmpeg-2.*/libavcodec/cdxl.c` * **Original Fix**: https://github.com/FFmpeg/FFmpeg/commit/1e42736b95065c69a7481d0cf55247024f54b660 **What this PR does:** This PR applies the same security patch that was applied to the original repository to eliminate the potential vulnerability in the cloned code. **References:** * https://github.com/FFmpeg/FFmpeg/commit/1e42736b95065c69a7481d0cf55247024f54b660 * [CVE-2020-12652](https://nvd.nist.gov/vuln/detail/CVE-2020-12652) Please review and merge this PR to ensure your repository is protected against this vulnerability.
manh-td added 1 commit 2025-12-17 08:30:35 +00:00
Check format for BGR24
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 2m25s
Build system / Build (pull_request) Successful in 16m34s
cb1d476932
Owner
https://git.kolibrios.org/KolibriOS/kolibrios/pulls/300#issuecomment-3798
mxlgv closed this pull request 2026-01-07 01:33:17 +00:00
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 2m25s
Required
Details
Build system / Build (pull_request) Successful in 16m34s
Required
Details

Pull request closed

Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#293