Show patches with: Submitter = Florian Weimer       |    Archived = No       |   2785 patches
« 1 2 3 427 28 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Error checking for SETXID (bug 13347) - - - - --- 2014-03-24 Florian Weimer New
nptl: Fix abort in case of set*id failure - - - - --- 2014-04-28 Florian Weimer New
manual: Update LOCPATH documentation - - - - --- 2014-05-28 Florian Weimer New
posix_spawn_file_actions_addopen needs to copy the path argument (BZ 17048) - - - - --- 2014-06-11 Florian Weimer New
[committed] Fix tautological comparison in non-executed part of tst-setuid2 (BZ #17058) - - - - --- 2014-06-16 Florian Weimer New
[ping] nptl: Fix abort in case of set*id failure - - - - --- 2014-07-02 Florian Weimer New
locale directory traversal (CVE-2014-0475, bug 17137) - - - - --- 2014-07-09 Florian Weimer New
[ping] nptl: Fix abort in case of set*id failure - - - - --- 2014-07-10 Florian Weimer New
__gconv_translit_find: Actually append ".so" to module name [BZ #17187] - - - - --- 2014-07-21 Florian Weimer New
__gconv_translit_find: Actually append ".so" to module name [BZ #17187] - - - - --- 2014-08-08 Florian Weimer New
[v1.1] __gconv_translit_find: Actually append ".so" to module name [BZ #17187] - - - - --- 2014-08-21 Florian Weimer New
Fix crashes on invalid input in IBM gconv modules [BZ #17325] - - - - --- 2014-08-29 Florian Weimer New
Fix crashes on invalid input in IBM gconv modules [BZ #17325] - - - - --- 2014-08-29 Florian Weimer New
Turn implict-function-declaration warnings into errors - - - - --- 2014-09-08 Florian Weimer New
Remove locale-related environment variables from subprocess environments - - - - --- 2014-09-08 Florian Weimer New
__builtin_expect cleanup for iconvdata/*.c - - - - --- 2014-09-08 Florian Weimer New
[v2] __builtin_expect cleanup for iconv{,data}/*.c (was: Re: [PATCH] __builtin_expect cleanup for i… - - - - --- 2014-09-09 Florian Weimer New
malloc: additional unlink hardening for non-small bins [BZ #17344] - - - - --- 2014-09-10 Florian Weimer New
Complete the removal of __gconv_translit_find - - - - --- 2014-09-10 Florian Weimer New
Implement strlcpy [BZ #178] - - - - --- 2014-09-15 Florian Weimer New
[v2] Implement strlcpy [BZ #178] - - - - --- 2014-09-17 Florian Weimer New
vfprintf stack overflow [BZ #16617] - - - - --- 2014-12-05 Florian Weimer New
[v2] vfprintf stack overflow [BZ #16617] - - - - --- 2014-12-08 Florian Weimer New
[v2] vfprintf stack overflow [BZ #16617] - - - - --- 2014-12-08 Florian Weimer New
Fix endless loop in nss_dns getnetbyname [BZ #17630] - - - - --- 2014-12-15 Florian Weimer New
Re: Time zone data - - - - --- 2014-12-17 Florian Weimer New
[COMITTTED] iconvdata/run-iconv-test.sh: Actually test iconv modules - - - - --- 2014-12-23 Florian Weimer New
tzset robustness [BZ#17715] - - - - --- 2015-01-14 Florian Weimer New
tzset robustness [BZ#17715] - - - - --- 2015-01-20 Florian Weimer New
[v3] tzset robustness [BZ#17715] - - - - --- 2015-02-16 Florian Weimer New
[v3] tzset robustness [BZ#17715] - - - - --- 2015-02-18 Florian Weimer New
CVE-2014-8121: Fix nss_files file management [BZ#18007] - - - - --- 2015-02-23 Florian Weimer New
Missing security fix in elf/dl-open.c? - - - - --- 2015-02-24 Florian Weimer New
_nss_nis_initgroups_dyn: Return error status - - - - --- 2015-02-26 Florian Weimer New
[01/25] _dl_fini: Rewrite to use VLA instead of extend_alloca - - - - --- 2015-03-01 Florian Weimer New
[02/25] pthread_setaffinity (Linux variant): Rewrite to use VLA instead of alloca - - - - --- 2015-03-01 Florian Weimer New
[04/25] sched_setaffinity (Linux variant): Rewrite to use VLA instead of alloca - - - - --- 2015-03-01 Florian Weimer New
[05/25] getgrent_next_nss (compat-initgroups): Remove alloca fallback - - - - --- 2015-03-01 Florian Weimer New
[06/25] Add struct scratch_buffer and its internal helper functions - - - - --- 2015-03-01 Florian Weimer New
[07/25] _dl_map_object_deps: Use struct scratch_buffer instead of extend_alloca - - - - --- 2015-03-01 Florian Weimer New
[08/25] pldd: Use struct scratch_buffer instead of extend_alloca - - - - --- 2015-03-01 Florian Weimer New
[09/25] grp: Rewrite to use struct scratch_buffer instead of extend_alloca - - - - --- 2015-03-01 Florian Weimer New
[10/25] getnameinfo: Use struct scratch_buffer instead of extend_alloca - - - - --- 2015-03-01 Florian Weimer New
[11/25] _nss_compat_initgroups_dyn: Use struct scratch_buffer instead of extend_alloca - - - - --- 2015-03-01 Florian Weimer New
[12/25] _nss_nis_initgroups_dyn: Use struct scratch_buffer instead of extend_alloca - - - - --- 2015-03-01 Florian Weimer New
[03/25] nscd restart: Use malloc instead of extend_alloca - - - - --- 2015-03-01 Florian Weimer New
[13/25] nscd_getgr_r: Use struct scratch_buffer instead of extend_alloca - - - - --- 2015-03-01 Florian Weimer New
[14/25] nscd: Use struct scratch_buffer instead of extend_alloca in most caches - - - - --- 2015-03-01 Florian Weimer New
[15/25] nscd: Switch to struct scratch_buffer in adhstaiX - - - - --- 2015-03-01 Florian Weimer New
[16/25] getent: Switch to struct scratch_buffer in initgroups_keys - - - - --- 2015-03-01 Florian Weimer New
[17/25] nss_files: Use struct scratch_buffer instead of extend_alloca - - - - --- 2015-03-01 Florian Weimer New
[18/25] gethostid (Linux variant): Switch to struct scratch_buffer - - - - --- 2015-03-01 Florian Weimer New
[19/25] getlogin_r (Linux variant): Switch to struct scratch_buffer - - - - --- 2015-03-01 Florian Weimer New
[20/25] getaddrinfo: Use struct scratch_buffer instead of extend_alloca - - - - --- 2015-03-01 Florian Weimer New
[21/25] wordexp: Rewrite parse_tilde to use struct scratch_buffer - - - - --- 2015-03-01 Florian Weimer New
[22/25] glob: Rewrite to use struct scratch_buffer instead of extend_alloca - - - - --- 2015-03-01 Florian Weimer New
[1/6] vfprintf: Introduce THOUSANDS_SEP_T - - - - --- 2015-03-01 Florian Weimer New
[2/6] vfprintf: Introduce JUMP_TABLE_BASE_LABEL - - - - --- 2015-03-01 Florian Weimer New
[3/6] vfprintf: Define WORK_BUFFER_SIZE - - - - --- 2015-03-01 Florian Weimer New
[4/6] vfprintf: Move jump table definition and the macros out of function - - - - --- 2015-03-01 Florian Weimer New
[5/6] vfprintf: Introduce printf_positional function - - - - --- 2015-03-01 Florian Weimer New
[6/6] vfprintf: Remove label name switching for the jump table - - - - --- 2015-03-01 Florian Weimer New
[23/25] vfprintf: Rewrite printf_positional to use struct scratch_buffer - - - - --- 2015-03-01 Florian Weimer New
[24/25] vfscanf: Use struct scratch_buffer instead of extend_alloca - - - - --- 2015-03-01 Florian Weimer New
[25/25] Remove macros extend_alloca, extend_alloca_account [BZ #18023] - - - - --- 2015-03-01 Florian Weimer New
Add new script add-abilist.py - - - - --- 2015-03-02 Florian Weimer New
[06/25] Add struct scratch_buffer and its internal helper functions - - - - --- 2015-03-02 Florian Weimer New
[02/25] pthread_setaffinity (Linux variant): Rewrite to use VLA instead of alloca - - - - --- 2015-03-16 Florian Weimer New
[04/25] sched_setaffinity (Linux variant): Rewrite to use VLA instead of alloca - - - - --- 2015-03-16 Florian Weimer New
Avoid SIGFPE in wordexp [BZ #18100] - - - - --- 2015-03-20 Florian Weimer New
[06/25] Add struct scratch_buffer and its internal helper functions - - - - --- 2015-03-23 Florian Weimer New
Define libc_max_align_t - - - - --- 2015-04-01 Florian Weimer New
Define libc_max_align_t - - - - --- 2015-04-02 Florian Weimer New
[06/25] Add struct scratch_buffer and its internal helper functions - - - - --- 2015-04-02 Florian Weimer New
[06/25] Add struct scratch_buffer and its internal helper functions - - - - --- 2015-04-06 Florian Weimer New
[06/25] Add struct scratch_buffer and its internal helper functions - - - - --- 2015-04-07 Florian Weimer New
[06/25] Add struct scratch_buffer and its internal helper functions - - - - --- 2015-04-07 Florian Weimer New
[Committed] : scratch_buffer: Suppress truncation warning on 32-bit - - - - --- 2015-04-09 Florian Weimer New
[COMMITTED] Fix CVE-2015-1781: buffer overflow in nss_dns [BZ#18287] - - - - --- 2015-04-21 Florian Weimer New
Do not build with -Winline - - - - --- 2015-04-24 Florian Weimer New
[1/4] posix_fallocate, posix_fallocate64 stub: Do not set errno - - - - --- 2015-04-24 Florian Weimer New
[2/4] i386: Remove fallocate, fallocate64, posix_fallocate, posix_fallocate64 - - - - --- 2015-04-24 Florian Weimer New
[3/4] __ASSUME_FALLOCATE is always true on 32-bit architectures - - - - --- 2015-04-24 Florian Weimer New
[4/4] Remove broken posix_fallocate, posix_falllocate64 fallback code [BZ#15661] - - - - --- 2015-04-24 Florian Weimer New
[COMMITTED] test-skeleton: Support temporary files without memory leaks [BZ#18333] - - - - --- 2015-04-27 Florian Weimer New
[4/4] Remove broken posix_fallocate, posix_falllocate64 fallback code [BZ#15661] - - - - --- 2015-05-18 Florian Weimer New
Latest GCC fails to build glibc - - - - --- 2015-05-18 Florian Weimer New
Fix strict-aliasing warning in resolv/res_hconf.c - - - - --- 2015-05-20 Florian Weimer New
Remove CPU mask size detection from setaffinity - - - - --- 2015-05-20 Florian Weimer New
Remove CPU mask size detection from setaffinity - - - - --- 2015-05-21 Florian Weimer New
[COMMITTED] pthread_key_create: Fix typo in comment - - - - --- 2015-06-11 Florian Weimer New
Harden put*ent functions against data injection [BZ #18724] - - - - --- 2015-07-27 Florian Weimer New
[COMMITTED] nptl: Document crash due to incorrect use of locks - - - - --- 2015-08-20 Florian Weimer New
[BZ,#18778] Clear DF_1_NODELETE flag only for dlopen failed library. - - - - --- 2015-09-04 Florian Weimer New
[COMMITTED] Add test case for bug 17079 - - - - --- 2015-09-22 Florian Weimer New
[COMMITTED] Add test case for bug 17079 - - - - --- 2015-09-25 Florian Weimer New
Add test case for C++11 thread_local support - - - - --- 2015-10-05 Florian Weimer New
Harden tls_dtor_list with pointer mangling [BZ #19018] - - - - --- 2015-10-06 Florian Weimer New
[v2] Add test case for C++11 thread_local support - - - - --- 2015-10-06 Florian Weimer New
The va_list pointer is unspecified after a call to vfprintf [BZ #18982] - - - - --- 2015-10-06 Florian Weimer New
« 1 2 3 427 28 »