fix(gst-plugins-good1.0): CVE-2026-39043#10
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
TAG Bot TAG: 1.24.13-0deepin5 |
4b3ae45 to
fee4926
Compare
Fix integer overflow in WAV parser cue chunk parsing. Use g_uint_checked_mul for safe overflow check instead of cast. Upstream: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/83becc83eac4 Generated-By: deepin-ci-robot Co-Authored-By: hudeng <hudeng@deepin.org>
fee4926 to
51e89dc
Compare
Fix CVE-2026-39043: Add missing parentheses in Matroska demuxer bz2 buffer size calculation 3 hunks fixed to match upstream commit 8647118624fd: - bzstream.next_out assignment - g_assert buffer size check - bzstream.avail_out assignment Upstream: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/8647118624fd14983507edbb509d0e534a0353a9 Generated-By: deepin-ci-robot Co-Authored-By: hudeng <hudeng@deepin.org>
51e89dc to
6546253
Compare
|
TAG Bot New tag: 1.24.13-0deepin4 |
|
/integrate |
|
AutoIntegrationPr Bot |
|
TAG Bot New tag: 1.26.2-1deepin2 |
Fix heap buffer overflow in Matroska demuxer bz2 decompression buffer size calculation.
CVE-2026-39043
(gstreamer MR !11248)