glibc: Update to v2.44+git.1f502624 - #10690
Open
EbonJaeger wants to merge 1 commit into
Open
EbonJaeger wants to merge 1 commit into
EbonJaeger wants to merge 1 commit into
Conversation
Contributor
|
Might as well do a full GNU toolchain upgrade & rebootstrap if we land this. i will check the performance patches when i have time. They did fix performance regressions against the baseline x86-64-v1 for the x86-64-v3 built libm.so for various math functions. |
EbonJaeger
force-pushed
the
glibc-update
branch
from
September 22, 2026 22:14
5700cd2 to
fed564a
Compare
**Summary** - misc: Fix out-of-bounds array write in tdelete - m68k: remove sysdeps/m68k/m680x0/fpu/w_fmod_compat.c - posix: Remove unnecessary overflow check in wordexp - stdlib: Fix right-justification in strfmon - iconvdata: SHIFT_JISX0213 decoding lacks pending character reset - iconvdata: EUC_JISX0213 decoding lacks pending character reset - alpha: Fix stack alignment in makecontext - alpha: add the denormal trap enable bit to FE_NOMASK_ENV - libio: Fix CVE-2026-18374 heap buffer overflow in ccs= handling - elf: Do not load cache extensions from an old-format ld.so.cache - io: drop nonnull attribute for fchmodat, faccessat, fchownat's path argument - x86-64: Link tst-shstk-legacy-1{f,g} with -Wl,--no-as-needed - fcntl: drop nonnull attribute for openat, openat2's path argument - resolv: Fix assertion failure on search list truncation **Security** - CVE-2026-18374 - CVE-2026-77117 - CVE-2026-80489 - CVE-2026-8674 Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
EbonJaeger
force-pushed
the
glibc-update
branch
from
September 22, 2026 22:15
fed564a to
89a7c21
Compare
joebonrichie
approved these changes
Sep 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Packager Notes
Most of the old perf patches didn't build. I opted to drop them instead of rebasing because AerynOS doesn't use them, either.
Security
Signed-off-by: Evan Maddock maddock.evan@vivaldi.net
Test Plan
Rebuild
nano, install it, and see that it still works.Checklist