aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2018-04-13CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert
2018-04-06Record CVE-2018-6551 in NEWS and ChangeLog [BZ #22774]Florian Weimer
2018-04-06Record CVE-2018-6485 in ChangeLog and NEWS [BZ #22343]Florian Weimer
2018-04-06Add ChangeLog reference to bug 16750/CVE-2009-5064Florian Weimer
2018-04-06elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer
2018-04-06elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer
2018-04-06elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno
2018-04-06sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115]Florian Weimer
2016-08-18arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab
2016-07-01hppa: fix loading of global pointer in _start [BZ #20277]John David Anglin
2016-05-31CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]Florian Weimer
2016-05-11hesiod: Always use thread-local resolver state [BZ #19573]Florian Weimer
2016-05-11CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer
2016-05-11CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer
2016-04-13malloc: Fix list_lock/arena lock deadlock [BZ #19182]Florian Weimer
2016-04-13malloc: Fix attached thread reference count handling [BZ #19243]Florian Weimer
2016-04-13malloc: Prevent arena free_list from turning cyclic [BZ #19048]Florian Weimer
2016-04-12Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy
2016-04-01NEWS: update from previous commitTulio Magno Quites Machado Filho
2016-03-28resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]Florian Weimer
2016-03-21math: don't clobber old libm.so on install [BZ #19822]Dylan Alex Simon
2016-03-11Use PIC relocation in ALIAS_IMPLAndrew Senkevich
2016-03-08Fix x86_64 fma4 pow inappropriate contraction (bug 19003).Joseph Myers
2016-03-03S390: Do not use direct socket syscalls if build on kernels >= 4.3. [BZ #19682]Stefan Liebler
2016-02-16CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell
2016-01-29Improve check against integer wraparound in hcreate_r [BZ #18240]Florian Weimer
2016-01-24hppa: start.S: rework references to fix PIE TEXTRELs [BZ #18421]Alan Modra
2016-01-24hppa: Fix miscompilation of sched_setaffinity() [BZ #18480]John David Anglin
2016-01-23Fix BZ #18985 -- out of range data to strftime() causes a segfaultPaul Pluzhnikov
2016-01-23Fix BZ #17905Paul Pluzhnikov
2015-12-17powerpc: Fix usage of elision transient failure adapt paramPaul Murphy
2015-11-27Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich
2015-11-10Add a test for prelink outputH.J. Lu
2015-10-20PowerPC: Fix a race condition when eliding a lockTulio Magno Quites Machado Filho
2015-10-19Harden tls_dtor_list with pointer mangling [BZ #19018]Florian Weimer
2015-10-16Always enable pointer guard [BZ #18928]Florian Weimer
2015-10-08Let 'make check subdirs=string' succeed even when it's invokedMartin Sebor
2015-10-08strcoll: Remove incorrect STRDIFF-based optimization (Bug 18589).Carlos O'Donell
2015-09-08BZ#18921: Mark fixed in NEWS.Roland McGrath
2015-08-31Fix non-v9 32-bit sparc build.Brett Neumeier
2015-08-29getmntent: fix memory corruption w/blank lines [BZ #18887]Mike Frysinger
2015-08-19 [BZ #18796]Andrew Senkevich
2015-08-11Clear DF_1_NODELETE flag only for failed to load library.Maxim Ostapenko
2015-08-10Readd O_LARGEFILE flag for openat64 (bug 18781)Andreas Schwab
2015-08-08hppa: Fix reload error with atomic code [BZ #18787]John David Anglin
2015-08-05Correct comments about the history of <regexp.h>Zack Weinberg
2015-08-04Properly terminate FDE in makecontext for ix86 (bug 18635)Andreas Schwab
2015-08-01Deprecate the use of regexp.hZack Weinberg
2015-07-30hppa: add bz entry for pthreadtypes.h fixMike Frysinger
2015-07-29Extend local PLT reference checkH.J. Lu