Fix potential vulnerability in cloned code #296

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

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

Vulnerability Details:

  • Affected Function: decode_frame in contrib/sdk/sources/ffmpeg/ffmpeg-2.8/libavcodec/pictordec.c
  • Original Fix: 8c2ea3030a

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 `decode_frame` that was cloned from `FFmpeg/FFmpeg` but did not receive the security patch. **Vulnerability Details:** * **Affected Function**: `decode_frame` in `contrib/sdk/sources/ffmpeg/ffmpeg-2.8/libavcodec/pictordec.c` * **Original Fix**: https://github.com/FFmpeg/FFmpeg/commit/8c2ea3030af7b40a3c4275696fb5c76cdb80950a **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/8c2ea3030af7b40a3c4275696fb5c76cdb80950a * [CVE-2017-7862](https://nvd.nist.gov/vuln/detail/CVE-2017-7862) Please review and merge this PR to ensure your repository is protected against this vulnerability.
manh-td added 1 commit 2025-12-19 01:55:02 +00:00
Fix logic error
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 2m12s
Build system / Build (pull_request) Successful in 35m32s
e128a90e62
Owner
https://git.kolibrios.org/KolibriOS/kolibrios/pulls/300#issuecomment-3798
mxlgv closed this pull request 2026-01-07 01:32:31 +00:00
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 2m12s
Required
Details
Build system / Build (pull_request) Successful in 35m32s
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#296