about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* wordexp: handle overflow in positional parameter number (bug 28011) release/2.27/masterAndreas Schwab2021-07-063-1/+7
* nscd: Fix double free in netgroupcache [BZ #27462]DJ Delorie2021-03-082-2/+8
* nscd: Fix use-after-free in addgetnetgrentX [BZ #23520]Florian Weimer2021-03-083-13/+42
* Add NEWS entry for CVE-2020-29562 (BZ #26923)Siddhesh Poyarekar2021-01-031-0/+3
* iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita2021-01-034-13/+56
* iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]Arjun Shankar2020-11-303-18/+18
* intl: Handle translation output codesets with suffixes [BZ #26383]Arjun Shankar2020-11-309-57/+61
* Add NEWS entry for CVE-2016-10228 (bug 19519)Aurelien Jarno2020-11-301-0/+4
* Rewrite iconv option parsing [BZ #19519]Arjun Shankar2020-11-3012-143/+990
* support: Add xsetlocale functionArjun Shankar2020-11-303-0/+32
* Add Transliterations for Unicode Misc. Mathematical Symbols-A/B [BZ #23132]Arjun Shankar2020-11-304-3/+159
* support: Correct error message for TEST_COMPARE_STRINGFlorian Weimer2020-11-303-7/+13
* support: Fix printf format for TEST_COMPARE_STRINGAdhemerval Zanella2020-11-302-1/+6
* support: Implement TEST_COMPARE_STRINGFlorian Weimer2020-11-305-0/+224
* Fix iconv buffer handling with IGNORE error handler (bug #18830)Andreas Schwab2020-11-307-23/+127
* Add NEWS entry for CVE-2020-10029 (bug 25487)Aurelien Jarno2020-11-301-0/+4
* math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer2020-11-301-0/+2
* Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers2020-11-304-1/+56
* Add NEWS entry for CVE-2020-1751 (bug 25423)Aurelien Jarno2020-11-161-0/+3
* Add NEWS entry for CVE-2020-6096 (bug 25620)Aurelien Jarno2020-11-161-0/+6
* arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]Alexander Anisimov2020-11-161-11/+11
* arm: CVE-2020-6096: fix memcpy and memmove for negative length [BZ #25620]Evgeny Eremin2020-11-162-28/+20
* Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2020-11-162-12/+17
* Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2020-11-164-0/+17
* misc/test-errno-linux: Handle EINVAL from quotactlFlorian Weimer2020-11-161-2/+3
* <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar2020-11-162-1/+3
* intl/tst-gettext: fix failure with newest msgfmtAurelien Jarno2020-11-165-3/+25
* aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]Szabolcs Nagy2020-11-041-8/+4
* aarch64: add HWCAP_ATOMICS to HWCAP_IMPORTANTSzabolcs Nagy2020-03-252-1/+6
* aarch64: Remove HWCAP_CPUID from HWCAP_IMPORTANTSzabolcs Nagy2020-03-253-7/+10
* libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]Florian Weimer2019-11-282-0/+6
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Koƛcielnicki2019-11-222-1/+9
* mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic2019-11-053-5/+89
* Add undef to fix test failure.Wilco Dijkstra2019-09-131-0/+1
* Improve performance of memmemWilco Dijkstra2019-09-132-42/+89
* Improve performance of strstrWilco Dijkstra2019-09-133-51/+132
* Fix strstr bug with huge needles (bug 23637)Wilco Dijkstra2019-09-134-4/+44
* Speedup first memmem matchRajalakshmi Srinivasaraghavan2019-09-132-0/+8
* Simplify and speedup strstr/strcasestr first matchWilco Dijkstra2019-09-133-45/+40
* Improve strstr performanceWilco Dijkstra2019-09-139-33/+51
* [AArch64] Add ifunc support for AresWilco Dijkstra2019-09-065-2/+16
* aarch64,falkor: Use vector registers for memcpySiddhesh Poyarekar2019-09-062-72/+70
* aarch64,falkor: Ignore prefetcher tagging for smaller copiesSiddhesh Poyarekar2019-09-062-27/+46
* aarch64/strncmp: Use lsr instead of mov+lsrSiddhesh Poyarekar2019-09-062-4/+7
* aarch64/strncmp: Unbreak builds with old binutilsSiddhesh Poyarekar2019-09-062-2/+9
* aarch64: Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar2019-09-062-15/+87
* aarch64/strcmp: fix misaligned loop jump targetSiddhesh Poyarekar2019-09-062-1/+6
* aarch64: Improve strcmp unaligned performanceSiddhesh Poyarekar2019-09-061-0/+5
* aarch64: Fix branch target to loop16Siddhesh Poyarekar2019-09-062-3/+7
* aarch64: Optimized memcmp for medium to large sizesSiddhesh Poyarekar2019-09-062-21/+60