summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-27S390: Do not clobber r7 in clone [BZ #31402]release/2.38/masterStefan Liebler
2024-02-12malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella
2024-02-05arm: Remove wrong ldr from _dl_start_user (BZ 31339)Adhemerval Zanella
2024-02-02sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman
2024-02-02sparc: Fix sparc64 memmove length comparison (BZ 31266)Adhemerval Zanella
2024-02-02sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella
2024-02-01sparc: Fix broken memset for sparc32 [BZ #31068]Andreas Larsson
2024-02-01S390: Fix building with --disable-mutli-arch [BZ #31196]Stefan Liebler
2024-01-31x86_64: Optimize ffsll function code size.Sunil K Pandey
2024-01-30syslog: Fix integer overflow in __vsyslog_internal (CVE-2023-6780)Arjun Shankar
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6779)Arjun Shankar
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6246)Arjun Shankar
2024-01-02libio: Check remaining buffer size in _IO_wdo_write (bug 31183)Florian Weimer
2024-01-02getaddrinfo: translate ENOMEM to EAI_MEMORY (bug 31163)Andreas Schwab
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-12-22elf: Add TLS modid reuse test for bug 29039Szabolcs Nagy
2023-12-22elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin
2023-12-10LoongArch: Delete excessively allocated memory.caiyinyu
2023-12-07elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella
2023-11-25sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ...Sergio Durigan Junior
2023-10-19Revert "elf: Move l_init_called_next to old place of l_text_end in link map"Florian Weimer
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer
2023-10-18Revert "elf: Remove unused l_text_end field from struct link_map"Florian Weimer
2023-10-02tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar
2023-10-02Propagate GLIBC_TUNABLES in setxid binariesSiddhesh Poyarekar
2023-09-26Document CVE-2023-4806 and CVE-2023-5156 in NEWSSiddhesh Poyarekar
2023-09-26Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler
2023-09-15manual/jobs.texi: Add missing @item EPERM for getpgidMark Wielaard
2023-09-15string: Fix tester build with fortify enable with gcc < 12Mahesh Bodapati
2023-09-15iconv: restore verbosity with unrecognized encoding names (bug 30694)Andreas Schwab
2023-09-15getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh 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: Move l_init_called_next to old place of l_text_end in link mapFlorian Weimer
2023-09-11elf: Remove unused l_text_end field from struct link_mapFlorian Weimer
2023-09-11elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer
2023-09-11elf: Do not run constructors for proxy objectsFlorian Weimer
2023-09-08libio: Fix oversized __io_vtablesAdam Jackson
2023-09-07io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno
2023-08-24sysdeps: tst-bz21269: fix -Wreturn-typeSam James
2023-08-24sysdeps: tst-bz21269: handle ENOSYS & skip appropriatelySam James
2023-08-24sysdeps: tst-bz21269: fix test parameterSam James
2023-08-22malloc: Remove bin scanning from memalign (bug 30723)Florian Weimer
2023-08-22malloc: Enable merging of remainders in memalign (bug 30723)Florian Weimer
2023-08-17i686: Fix build with --disable-multiarchAdhemerval Zanella
2023-08-17x86_64: Fix build with --disable-multiarch (BZ 30721)Adhemerval Zanella
2023-08-12x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein