aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2024-01-02libio: Check remaining buffer size in _IO_wdo_write (bug 31183)Florian Weimer
2023-12-23NEWS: Mention bug fixes for 30745/30843H.J. Lu
2023-12-23NEWS: Mention bug fixes for 29039/30694/30709/30721H.J. Lu
2023-12-23x86-64: Fix the tcb field load for x32 [BZ #31185]H.J. Lu
2023-12-23x86-64: Fix the dtv field load for x32 [BZ #31184]H.J. Lu
2023-11-25sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ...Sergio Durigan Junior
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer
2023-10-02tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar
2023-09-26Document CVE-2023-4806 and CVE-2023-5156 in NEWSSiddhesh Poyarekar
2023-09-13CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa modeFlorian Weimer
2023-09-11NEWS: Add the 2.38.1 bug listFlorian Weimer
2023-09-11elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer
2023-09-07io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno
2023-08-22malloc: Remove bin scanning from memalign (bug 30723)Florian Weimer
2023-07-31NEWS: Fix typosglibc-2.38Andreas K. Hüttel
2023-07-30NEWS: minor wording fixesAndreas K. Hüttel
2023-07-25NEWS: Insert autogenerated list of fixed bugsAndreas K. Hüttel
2023-07-25NEWS: Mention AArch64 libmvec under build requirements againAndreas K. Hüttel
2023-07-25NEWS: Minor editorial changesAndreas K. Hüttel
2023-07-20configure: Disable building libcrypt by defaultSiddhesh Poyarekar
2023-07-05Allow glibc to be built with _FORTIFY_SOURCEFrédéric Bérat
2023-06-19C2x scanf %b supportJoseph Myers
2023-06-19C2x printf %wN, %wfN support (bug 24466)Joseph Myers
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-05-03Enable libmvec support for AArch64Joe Ramsay
2023-05-02hurd: Enable x86_64 build scriptSamuel Thibault
2023-04-20Created tunable to force small pages on stack allocation.Cupertino Miranda
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto
2023-03-29Remove --disable-experimental-malloc optionAdhemerval Zanella
2023-03-14Update printf %b/%B C2x supportJoseph Myers
2023-03-02C2x scanf binary constant handlingJoseph Myers
2023-02-25hppa: Drop old parisc-specific MADV_* constantsJohn David Anglin
2023-02-16C2x strtol binary constant handlingJoseph Myers
2023-02-07NEWS: Document CVE-2023-25139.Carlos O'Donell
2023-01-31Open master branch for glibc 2.38 developmentglibc-2.37.9000Carlos O'Donell
2023-01-31Update NEWS file with bug fixes.Carlos O'Donell
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-10-06NEWS: Fix grammarAndreas Schwab
2022-10-06Add NEWS entry for legacy hwcaps removalJavier Pello
2022-09-20nss: Implement --no-addrconfig option for getentFlorian Weimer
2022-09-06Add NEWS entry for CVE-2022-39046Siddhesh Poyarekar
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer
2022-07-30Open master branch for glibc 2.37 developmentglibc-2.36.9000Carlos O'Donell
2022-07-29Update NEWS bug list.Carlos O'Donell
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld
2022-07-26LoongArch: Update NEWS and README for the LoongArch port.caiyinyu
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto
2022-07-06stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann