diff mbox series

glibc: stable 2.44 branch updates

Message ID 20260902133828.1448753-1-Hemanth.KumarMD@windriver.com
State Accepted, archived
Commit 96bb30570f5e3da9adeeded7b0d0815e09901610
Headers show
Series glibc: stable 2.44 branch updates | expand

Commit Message

Hemanth Kumar M D Sept. 2, 2026, 1:38 p.m. UTC
From: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>

$ git log --oneline afd131806b25715a7617ab757db43f0bb610acbf..5c479454d1232f71c78fa21584e90a2f57883407

5c479454d1 powerpc: Fix preprocessor conditional in soft-float __longjmp (bug 34530)
93606c5c1d powerpc: Fix non-atomic stack pointer update in fortified longjmp (bug 34530)
2d5421ffca Add check-symbol-version.awk
8587edfc96 alpha: expect test-float32x-float64-div to fail
3258c3fd91 alpha: add the denormal trap enable bit to FE_NOMASK_ENV
890f1c13f0 alpha: Fix stack alignment in makecontext
ca54198dec iconvdata: Test case for bug 34556, bug 34568
cb61572ea3 iconvdata: EUC_JISX0213 decoding lacks pending character reset (CVE-2026-80489)
6f9b2bfa50 iconvdata: SHIFT_JISX0213 decoding lacks pending character reset (CVE-2026-77117)
63b53df549 stdlib: Fix right-justification in strfmon (bug 34510, CVE-2026-19499)
9c48b91ee3 posix: Remove unnecessary overflow check in wordexp (BZ 34090)
ae9225d559 m68k: remove sysdeps/m68k/m680x0/fpu/w_fmod_compat.c (bug 34559)
d6ff274313 misc: Fix out-of-bounds array write in tdelete (bug 34506)

Testing Results:
+--------------+--------+--------+------+
| Result       | Before | After  | Diff |
+--------------+--------+--------+------+
| PASS         | 6765   | 6768   | +3   |
| XPASS        | 0      | 0      | 0    |
| FAIL         | 27     | 27     | 0    |
| XFAIL        | 16     | 16     | 0    |
| UNSUPPORTED  | 583    | 583    | 0    |
+--------------+--------+--------+------+

Changes in testcases:
+-------------------------------------+--------+-------+
| Testcase                            | Before | After |
+-------------------------------------+--------+-------+
| elf/check-symbol-version            | N/A    | PASS  |
| iconvdata/tst-jisx0213-progress     | N/A    | PASS  |
| stdlib/tst-strfmon-bug34510         | N/A    | PASS  |
+-------------------------------------+--------+-------+

Justification:

commit - 2d5421ffca Add check-symbol-version.awk
Adds the check-symbol-version.awk helper and a new symbol-version
consistency test. This introduces the new testcase
elf/check-symbol-version.
+PASS: elf/check-symbol-version

commit - ca54198dec iconvdata: Test case for bug 34556, bug 34568
Adds the regression test for the EUC_JISX0213 / SHIFT_JISX0213 pending
character reset fixes (CVE-2026-80489, CVE-2026-77117). This introduces
the new testcase iconvdata/tst-jisx0213-progress.
+PASS: iconvdata/tst-jisx0213-progress

commit - 63b53df549 stdlib: Fix right-justification in strfmon
Fixes right-justification in strfmon and adds a regression test. This
introduces the new testcase stdlib/tst-strfmon-bug34510.
+PASS: stdlib/tst-strfmon-bug34510

Signed-off-by: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>
---
 meta/recipes-core/glibc/glibc-version.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index 9573f5daef..b9a4539277 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@ 
 SRCBRANCH ?= "release/2.44/master"
 PV = "2.44+git"
-SRCREV_glibc ?= "afd131806b25715a7617ab757db43f0bb610acbf"
+SRCREV_glibc ?= "5c479454d1232f71c78fa21584e90a2f57883407"
 SRCREV_localedef ?= "cba02c503d7c853a38ccfb83c57e343ca5ecd7e5"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"