]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2019-11-28  Florian Weimerlibio: Disable vtable validation for pre-2.1 interposed... release/2.25/master
2019-11-28  Florian Weimerlibio: Disable vtable validation in case of interpositi...
2019-11-22  Marcin Koƛcielnickirtld: Check __libc_enable_secure before honoring LD_PRE...
2019-11-05  Dragan Mladjenovicmips: Force RWX stack for hard-float builds that can...
2019-05-16  Andreas SchwabFix crash in _IO_wfile_sync (bug 20568)
2019-02-07  Stefan LieblerAdd compiler barriers around modifications of the robus...
2019-02-04  H.J. Lux86-64 memcmp: Use unsigned Jcc instructions on size...
2019-02-02  H.J. Lux86-64 strnlen/wcsnlen: Properly handle the length...
2019-02-02  H.J. Lux86-64 strncpy: Properly handle the length parameter...
2019-02-02  H.J. Lux86-64 strncmp family: Properly handle the length param...
2019-02-02  H.J. Lux86-64 memset/wmemset: Properly handle the length param...
2019-02-02  H.J. Lux86-64 memrchr: Properly handle the length parameter...
2019-02-02  H.J. Lux86-64 memcpy: Properly handle the length parameter...
2019-02-02  H.J. Lux86-64 memcmp/wmemcmp: Properly handle the length param...
2019-02-02  H.J. Lux86-64 memchr/wmemchr: Properly handle the length param...
2019-01-01  Florian Weimermalloc: Always call memcpy in _int_realloc [BZ #24027]
2018-09-10  Stefan LieblerFix segfault in maybe_script_execute.
2018-08-27  Martin Kuchtapthread_cond_broadcast: Fix waiters-after-spinning...
2018-02-12  Tulio Magno... powerpc: Fix syscalls during early process initializati...
2018-02-12  Adhemerval... tunables: Use direct syscall for access (BZ#21744)
2018-02-09  Arjun ShankarFix integer overflows in internal memalign and malloc...
2018-01-19  H.J. Lux86-64: Properly align La_x86_64_retval to VEC_SIZE...
2018-01-17  Florian Weimernptl/tst-thread-exit-clobber: Run with any C++ compiler
2018-01-16  Florian Weimercsu: Update __libgcc_s_init comment
2018-01-16  Florian Weimernptl/tst-minstack-throw: Compile in C++11 mode with...
2018-01-16  Florian Weimernptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]
2018-01-16  Florian Weimernptl: Add tst-minstack-cancel, tst-minstack-exit [BZ...
2018-01-16  Florian Weimernptl: Open libgcc.so with RTLD_NOW during pthread_cance...
2018-01-16  Szabolcs Nagy[BZ #22637] Fix stack guard size accounting
2018-01-16  Florian Weimernptl: Add test for callee-saved register restore in...
2018-01-16  Dmitry V. Levinlinux: make getcwd(3) fail if it cannot obtain an absol...
2018-01-16  Florian WeimerSynchronize support/ infrastructure with master
2018-01-04  Joseph MyersFix position of tests-unsupported definition in assert...
2018-01-04  Florian Weimernss_files: Avoid large buffers with many host addresses...
2018-01-04  Florian Weimernss_files: Use struct scratch_buffer for gethostbyname...
2018-01-04  Florian Weimernss_files: Refactor gethostbyname3 multi case into...
2018-01-04  Florian WeimerImplement allocation buffers for internal use
2018-01-04  Florian Weimer__libc_dynarray_emplace_enlarge: Add missing else
2018-01-04  Florian Weimerdynarray: Set errno on overflow-induced allocation...
2018-01-04  Florian Weimerdynarray: Implement begin/end functions in the spirit...
2018-01-04  Florian WeimerAdd internal facility for dynamic array handling
2018-01-04  Florian WeimerAdd check_mul_overflow_size_t
2018-01-04  Florian WeimerAdd <libc-pointer-arith.h> to help with backporting
2018-01-04  Florian Weimergetaddrinfo: Fix error handling in gethosts [BZ #21915...
2018-01-04  Florian Weimergetaddrinfo: Return EAI_NODATA if gethostbyname2_r...
2018-01-04  Florian Weimergetaddrinfo: In gaih_inet, use h_errno for certain...
2018-01-04  Florian Weimergetaddrinfo: Properly set errno for NSS function lookup...
2018-01-04  Florian Weimergetaddrinfo: Use &h_errno has the h_errno pointer
2018-01-04  Florian Weimergetaddrinfo: Use &errno has the errno pointer
2018-01-04  Florian Weimergetaddrinfo: Remove unreachable return statement from...
2018-01-04  Florian Weimerresolv/tst-resolv-basic: Add test cases for bug 21295
2018-01-04  Dmitry Bilunovgetaddrinfo: Merge IPv6 addresses and IPv4 addresses...
2018-01-04  Florian Weimersupport_format_addrinfo: Fix flags and canonname formatting
2018-01-04  Florian Weimerresolv: Support an exactly sized buffer in ns_name_pack...
2018-01-04  Florian Weimerresolv: Add test coverage for ns_name_unpack, ns_name_ntop
2018-01-04  Florian Weimergetaddrinfo: Avoid stack copy of IPv6 address
2018-01-04  Florian Weimer__inet_pton_length: Implement new internal helper function
2018-01-04  Florian Weimerinet_pton: Reformat in GNU style
2018-01-04  Florian Weimergetaddrinfo: Eliminate another strdup call
2018-01-04  Florian Weimergetaddrinfo: Fix localplt failure involving strdup
2018-01-04  Florian Weimergetaddrinfo: Always allocate canonical name on the...
2018-01-04  Florian Weimergetaddrinfo: Unconditionally use malloc for address...
2018-01-04  H.J. Lux86-64: Regenerate libm-test-ulps for AVX512 mathvec...
2017-12-30  Aurelien Jarnoelf: Check for empty tokens before dynamic string token...
2017-12-22  Dmitry V. Levinelf: do not substitute dst in $LD_LIBRARY_PATH twice...
2017-12-16  Florian Weimerelf: Count components of the expanded path in _dl_init_...
2017-12-16  Florian Weimerelf: Compute correct array size in _dl_init_paths ...
2017-12-16  Florian Weimer<array_length.h>: New array_length and array_end macros
2017-12-15  Dmitry V. LevinNEWS: merge two sections about security related changes...
2017-12-12  James Clarkeia64: Add ipc_priv.h header to set __IPC_64 to zero
2017-12-01  Aurelien JarnoUpdate NEWS to add CVE-2017-15804 entry
2017-12-01  Florian Weimerposix/tst-glob-tilde.c: Add test for bug 22332
2017-12-01  Paul Eggertglob: Fix buffer overflow during GLOB_TILDE unescaping...
2017-12-01  Florian WeimerUpdate NEWS and ChangeLog for CVE-2017-15671
2017-12-01  Florian Weimerglob: Add new test tst-glob-tilde
2017-12-01  Paul EggertCVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]
2017-12-01  Adhemerval... posix: Sync glob with gnulib [BZ #1062]
2017-12-01  H.J. Lui386: Hide __old_glob64 [BZ #18822]
2017-11-30  Adhemerval... Fix missing posix_fadvise64 mips64 static build (BZ...
2017-11-26  Adhemerval... posix: Do not use WNOHANG in waitpid call for Linux...
2017-11-26  Adhemerval... posix: Fix improper assert in Linux posix_spawn (BZ...
2017-11-21  Andreas SchwabAdd test for bug 21041
2017-11-21  Andreas SchwabFix s390 version of pt-longjmp.c
2017-11-21  Andreas SchwabDon't use IFUNC resolver for longjmp or system in libpt...
2017-11-14  James ClarkeFix TLS relocations against local symbols on powerpc32...
2017-10-23  Joseph MyersInstall correct bits/long-double.h for MIPS64 (bug...
2017-10-22  H.J. Lux86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve...
2017-10-19  H.J. Lux86-64: Verify that _dl_runtime_resolve preserves vecto...
2017-10-11  Florian WeimerSynchronize support/ infrastructure with master
2017-10-07  DJ DelorieFix cast-after-dereference
2017-10-07  DJ DelorieFix BZ #21654 - grp-merge.c alignment
2017-10-02  Joseph MyersFix sparc32 bits/long-double.h (bug 21987).
2017-09-11  H.J. LuMake copy of <bits/std_abs.h> from GCC 7 [BZ #21573]
2017-09-11  H.J. Lustring/stratcliff.c: Replace int with size_t [BZ #21982]
2017-09-07  H.J. LuUse "static const char domain[] ="
2017-09-07  H.J. LuPlace $(elf-objpfx)sofini.os last [BZ #22051]
2017-08-28  Carlos O'Donellmutex: Fix robust mutex lock acquire (Bug 21778)
2017-08-28  Carlos O'Donellrwlock: Fix explicit hand-over (bug 21298)
2017-08-28  Florian WeimerSynchronize support/ infrastructure with master
2017-08-21  Florian Weimerassert: Support types without operator== (int) [BZ...
next