about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix string/bug-strncat1.c build with GCC 8.Joseph Myers2018-10-222-0/+13
| * Ignore -Wrestrict for one strncat test.Joseph Myers2018-10-222-0/+9
| * Disable strncat test array-bounds warnings for GCC 8.Joseph Myers2018-10-222-2/+11
| * Fix string/tester.c build with GCC 8.Joseph Myers2018-10-222-2/+56
| * Fix nscd readlink argument aliasing (bug 22446).Joseph Myers2018-10-223-2/+10
| * Increase buffer size due to warning from ToT GCCSteve Ellcey2018-10-222-1/+5
| * Fix p_secstodate overflow handling (bug 22463).Joseph Myers2018-10-225-2/+107
| * timezone: pacify GCC -Wstringop-truncationPaul Eggert2018-10-222-1/+8
| * utmp: Avoid -Wstringop-truncation warningMartin Sebor2018-10-224-6/+27
| * Avoid use of strlen in getlogin_r (bug 22447).Joseph Myers2018-10-223-2/+11
| * signal: Use correct type for si_band in siginfo_t [BZ #23562]Ilya Yu. Malakhov2018-10-223-1/+8
| * Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella2018-09-289-5/+99
| * preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer2018-09-2814-15/+105
| * Fix segfault in maybe_script_execute.Stefan Liebler2018-09-102-1/+6
| * pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538]Martin Kuchta2018-08-273-2/+15
| * x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs [BZ #23459]H.J. Lu2018-07-294-10/+30
| * x86: Correct index_cpu_LZCNT [BZ #23456]H.J. Lu2018-07-293-1/+8
| * conform/conformtest.pl: Escape literal braces in regular expressionsFlorian Weimer2018-07-062-13/+18
| * stdio-common/tst-printf.c: Remove part under a non-free license [BZ #23363]Florian Weimer2018-07-035-121/+8
| * libio: Add tst-vtables, tst-vtables-interposedFlorian Weimer2018-07-035-0/+588
| * Synchronize support/ infrastructure with masterFlorian Weimer2018-07-0317-4/+628
| * NEWS: Reorder out-of-order bugsFlorian Weimer2018-07-031-3/+3
| * libio: Disable vtable validation in case of interposition [BZ #23313]Florian Weimer2018-07-033-0/+22
| * Check length of ifname before copying it into to ifreq structure.Steve Ellcey2018-06-293-0/+13
| * getifaddrs: Don't return ifa entries with NULL names [BZ #21812]Daniel Alvarez2018-06-293-0/+16
| * Use _STRUCT_TIMESPEC as guard in <bits/types/struct_timespec.h> [BZ #23349]Florian Weimer2018-06-283-2/+10
| * Fix parameter type in C++ version of iseqsig (bug 23171)Gabriel F. T. Gomes2018-06-193-1/+8
| * libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236]Florian Weimer2018-06-019-32/+50
| * Add NEWS entry for CVE-2018-11236Florian Weimer2018-05-241-0/+4
| * Add references to CVE-2018-11236, CVE-2017-18269Florian Weimer2018-05-242-0/+5
| * Add a test case for [BZ #23196]H.J. Lu2018-05-242-0/+53
| * Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab2018-05-244-2/+18
| * Fix path length overflow in realpath [BZ #22786]Paul Pluzhnikov2018-05-175-2/+101
| * Fix stack overflow with huge PT_NOTE segment [BZ #20419]Paul Pluzhnikov2018-05-176-4/+87
| * Fix blocking pthread_join. [BZ #23137]Stefan Liebler2018-05-173-5/+15
| * Fix signed integer overflow in random_r (bug 17343).Joseph Myers2018-05-173-5/+11
| * i386: Fix i386 sigaction sa_restorer initialization (BZ#21269)Adhemerval Zanella2018-05-175-1/+247
| * [BZ #22342] Fix netgroup cache keys.DJ Delorie2018-05-173-1/+8
| * Fix i386 memmove issue (bug 22644).Andrew Senkevich2018-05-174-6/+73
| * Fix crash in resolver on memory allocation failure (bug 23005)Andreas Schwab2018-05-173-0/+12
| * getlogin_r: return early when linux sentinel value is setJesse Hathaway2018-05-173-0/+16
| * resolv: Fully initialize struct mmsghdr in send_dg [BZ #23037]Florian Weimer2018-05-173-19/+28
| * Update NEWS for bug 22343 and bug 22774Arjun Shankar2018-02-081-0/+2
| * Fix integer overflows in internal memalign and malloc [BZ #22343] [BZ #22774]Arjun Shankar2018-02-085-8/+297
* | Merge branch 'release/2.26/master' into ibm/2.26/masterTulio Magno Quites Machado Filho2018-02-02191-912/+5393
|\|
| * powerpc: Fix syscalls during early process initialization [BZ #22685]Tulio Magno Quites Machado Filho2018-01-295-4/+48
| * Provide a C++ version of iseqsig (bug 22377)Gabriel F. T. Gomes2018-01-296-4/+199
| * [AARCH64] Rewrite elf_machine_load_address using _DYNAMIC symbolSzabolcs Nagy2018-01-262-34/+10
| * NEWS: Add an entry for [BZ #22715]H.J. Lu2018-01-191-0/+1
| * x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]H.J. Lu2018-01-192-2/+16