Mock Version: 6.0 Mock Version: 6.0 Mock Version: 6.0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/gstreamer1-plugins-bad-free.spec'], chrootPath='/var/lib/mock/dist-an23-build-572147-92811/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=982gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/gstreamer1-plugins-bad-free.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False warning: Macro expanded in comment on line 14: %{version}.tar.xz Building target platforms: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1787702400 Wrote: /builddir/build/SRPMS/gstreamer1-plugins-bad-free-1.28.5-2.an23.src.rpm RPM build warnings: Macro expanded in comment on line 14: %{version}.tar.xz Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/gstreamer1-plugins-bad-free.spec'], chrootPath='/var/lib/mock/dist-an23-build-572147-92811/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=982gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/gstreamer1-plugins-bad-free.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False warning: Macro expanded in comment on line 14: %{version}.tar.xz Building target platforms: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1787702400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2K08hN + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gst-plugins-bad-1.28.5 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/gst-plugins-bad-free-1.28.5.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd gst-plugins-bad-1.28.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/CVE-2026-19387.patch + /usr/bin/patch -p3 -s --fuzz=0 --no-backup-if-mismatch -f The text leading up to this was: -------------------------- |From 5903987091bb25e4f549331032cd2e3494cf8dae Mon Sep 17 00:00:00 2001 |From: Sebastian Droege |Date: Mon, 3 Aug 2026 12:30:45 +0300 |Subject: [PATCH] adpcmdec: Fix IMA ADPCM heap out-of-bounds write | (CVE-2026-19387) | |Fail negotiation if block_align is not provided, and fix the IMA ADPCM |input size check to match with the actual code: the decode loop advances |by 8 * channels samples per iteration, so the per-block sample count must |be a multiple of 8 * channels. Otherwise a crafted multi-channel stream |makes the decoder write past the end of the allocated output buffer. | |Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/work_items/5231 |Part-of: |Adapted-by: PengLAI Code |--- | gst/adpcmdec/adpcmdec.c | 4 ++-- | 1 file changed, 2 insertions(+), 2 deletions(-) | |diff --git a/gst/adpcmdec/adpcmdec.c b/gst/adpcmdec/adpcmdec.c |--- a/gst/adpcmdec/adpcmdec.c |+++ b/gst/adpcmdec/adpcmdec.c -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored RPM build warnings: RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.2K08hN (%prep) Macro expanded in comment on line 14: %{version}.tar.xz Bad exit status from /var/tmp/rpm-tmp.2K08hN (%prep) Child return code was: 1 EXCEPTION: [Error("Command failed: \n # bash --login -c '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/gstreamer1-plugins-bad-free.spec'\n", 1)] Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 610, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (cmd_pretty(command, env), output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/gstreamer1-plugins-bad-free.spec'