diff --git a/ffmpeg-4-CVE-2025-7700.patch b/ffmpeg-4-CVE-2025-7700.patch index 761dd32..d26384e 100644 --- a/ffmpeg-4-CVE-2025-7700.patch +++ b/ffmpeg-4-CVE-2025-7700.patch @@ -26,7 +26,7 @@ Index: ffmpeg-4.4.6/libavcodec/alsdec.c av_log(avctx, AV_LOG_ERROR, "Allocating buffer memory failed.\n"); ret = AVERROR(ENOMEM); goto fail; -@@ -2128,6 +2128,10 @@ static av_cold int decode_init(AVCodecCo +@@ -2128,6 +2128,11 @@ static av_cold int decode_init(AVCodecCo for (c = 0; c < avctx->channels; ++c) { ctx->raw_mantissa[c] = av_mallocz_array(ctx->cur_frame_length, sizeof(**ctx->raw_mantissa)); @@ -34,6 +34,7 @@ Index: ffmpeg-4.4.6/libavcodec/alsdec.c + av_log(avctx, AV_LOG_ERROR, "Allocating buffer memory failed.\n"); + ret = AVERROR(ENOMEM); + goto fail; ++ } } } diff --git a/ffmpeg-4.changes b/ffmpeg-4.changes index befef37..1ee1ba2 100644 --- a/ffmpeg-4.changes +++ b/ffmpeg-4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 7 12:34:56 UTC 2025 - olaf@aepfle.de + +- add missing closing brace to ffmpeg-4-CVE-2025-7700.patch + ------------------------------------------------------------------- Mon Sep 29 07:25:31 UTC 2025 - Jan Engelhardt