Fix potential vulnerability in cloned code #294

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

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

Vulnerability Details:

  • Affected Function: flv_write_packet in contrib/sdk/sources/ffmpeg/ffmpeg-2.8/libavformat/flvenc.c
  • Original Fix: 6b67d7f059

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 `flv_write_packet` that was cloned from `FFmpeg/FFmpeg` but did not receive the security patch. **Vulnerability Details:** * **Affected Function**: `flv_write_packet` in `contrib/sdk/sources/ffmpeg/ffmpeg-2.8/libavformat/flvenc.c` * **Original Fix**: https://github.com/FFmpeg/FFmpeg/commit/6b67d7f05918f7a1ee8fc6ff21355d7e8736aa10 **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/6b67d7f05918f7a1ee8fc6ff21355d7e8736aa10 * [CVE-2018-1582](https://nvd.nist.gov/vuln/detail/CVE-2018-15822) Please review and merge this PR to ensure your repository is protected against this vulnerability.
manh-td added 1 commit 2025-12-19 01:34:05 +00:00
Check audio packet size
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 2m25s
Build system / Build (pull_request) Successful in 19m26s
2727f1a5bd
Owner
https://git.kolibrios.org/KolibriOS/kolibrios/pulls/300#issuecomment-3798
mxlgv closed this pull request 2026-01-07 01:32:59 +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 19m26s
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#294