Mock Version: 5.5 Mock Version: 5.5 Mock Version: 5.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/gstreamer1-plugins-good.spec'], chrootPath='/var/lib/mock/dist-an23-build-557427-90176/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=990gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/gstreamer1-plugins-good.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 Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1785196800 Wrote: /builddir/build/SRPMS/gstreamer1-plugins-good-1.28.1-2.an23.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/gstreamer1-plugins-good.spec'], chrootPath='/var/lib/mock/dist-an23-build-557427-90176/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=990gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/gstreamer1-plugins-good.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 Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1785196800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.63YbsK + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gst-plugins-good-1.28.1 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/gst-plugins-good-1.28.1.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd gst-plugins-good-1.28.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/CVE-2026-53705.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch -f The text leading up to this was: -------------------------- |From: PengLAI Code |Date: Tue, 28 Jul 2026 09:10:42 +0000 |Subject: [PATCH] Fix CVE-2026-53705 in gstreamer1-plugins-good | |CVE: CVE-2026-53705 |Bug: CVE-2026-53705 | |--- | ext/wavpack/gstwavpackdec.c | 18 +++++++++++++++++- | 1 file changed, 17 insertions(+), 1 deletion(-) | |From: Anolis OS Security Team |Date: Mon, 28 Jul 2026 12:00:00 +0800 |Subject: [PATCH] wavpackdec: Fix integer overflow in decode buffer size | calculation | |The decode buffer size in gst_wavpack_dec_handle_frame() was calculated |as 4 * block_samples * channels using 32-bit integer arithmetic. With a |specially crafted WavPack file providing a large block_samples value, |this multiplication overflows and results in a very small heap |allocation, after which WavpackUnpackSamples() writes decoded samples |far beyond the allocated buffer, corrupting heap memory. | |Perform the size calculation in 64-bit arithmetic and error out on |frames whose decoded size would not fit into a 32-bit signed integer. | |Fixes CVE-2026-53705 |--- | ext/wavpack/gstwavpackdec.c | 18 +++++++++++++++++- | 1 file changed, 17 insertions(+), 1 deletion(-) | |diff --git a/ext/wavpack/gstwavpackdec.c b/ext/wavpack/gstwavpackdec.c |--- a/ext/wavpack/gstwavpackdec.c |+++ b/ext/wavpack/gstwavpackdec.c -------------------------- No file to patch. Skipping patch. 3 out of 3 hunks ignored RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.63YbsK (%prep) Bad exit status from /var/tmp/rpm-tmp.63YbsK (%prep) Child return code was: 1 EXCEPTION: [Error("Command failed: \n # bash --login -c '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/gstreamer1-plugins-good.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 612, 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 x86_64 --nodeps /builddir/build/SPECS/gstreamer1-plugins-good.spec'