From 113a76475a5852650d39ce9756271fb2fad9f813 Mon Sep 17 00:00:00 2001 From: Zhou Zhifa Date: Tue, 18 Jul 2023 07:11:33 +0000 Subject: [PATCH] Adjust the file name of patch file and Add corresponding changlog. --- glibc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 2ed3088..d4e5e24 100644 --- a/glibc.spec +++ b/glibc.spec @@ -156,7 +156,7 @@ Patch69: getcwd-Set-errno-to-ERANGE-for-size-1-CVE-2021-3999.patch Patch70: x86-Fix-__wcsncmp_avx2-in-strcmp-avx2.S-BZ-28755.patch Patch71: x86-Add-the-virtual-machine-detection-in-init_cacheinfo.patch Patch72: gmon-Fix-allocated-buffer-overflow-bug-29444.patch -Patch73: mips-Fix-argument-passing-for-inlined-syscalls-on-Linux.patch +Patch73: mips-Fix-argument-passing-for-inlined-syscalls-on-Linux-BZ-25523.patch Provides: ldconfig rtld(GNU_HASH) bundled(gnulib) @@ -1216,6 +1216,9 @@ fi %endif %changelog +* Tue Jul 18 2023 Zhou Zhifa -2.28-93 +- mips: Fix argument passing for inlined syscalls on Linux [BZ #25523] + * Thu Feb 23 2023 Qingqing Li - 2.28-93 - gmon: Fix allocated buffer overflow (bug 29444)