Package: glibc / 2.19-18+deb8u10
Metadata
| Package | Version | Patches format |
|---|---|---|
| glibc | 2.19-18+deb8u10 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| any/local dlfptr.diff | (download) |
elf/dl-fptr.c |
16 16 + 0 - 0 ! |
--- |
| any/submitted string2 strcmp.diff | (download) |
string/bits/string2.h |
6 3 + 3 - 0 ! |
--- |
| any/local ldconfig multiarch.diff | (download) |
elf/ldconfig.c |
24 21 + 3 - 0 ! |
make ldconfig use the built-in system paths Make ldconfig use the same view of built-in system paths that ld.so does, instead of just using SLIBDIR and LIBDIR; this corrects a failure of ldconfig to cache libraries in non-multiarch directories when building for multiarch, even though they're on the system path. |
| any/local tst writev.diff | (download) |
sysdeps/wordsize-64/tst-writev.c |
1 1 + 0 - 0 ! |
--- |
| any/local disable libnss db.diff | (download) |
nss/Makefile |
2 1 + 1 - 0 ! |
--- |
| any/local revert bz13979.diff | (download) |
include/features.h |
12 4 + 8 - 0 ! |
warn if user requests __fortify_source but it is disabled X-Git-Tag: glibc-2.16-tps~448 |
| any/local tst eintr1 eagain.diff | (download) |
nptl/tst-eintr1.c |
10 10 + 0 - 0 ! |
--- |
| any/unsubmitted ldso machine mismatch.diff | (download) |
elf/dl-load.c |
6 6 + 0 - 0 ! |
--- |
| any/unsubmitted dlopen static crash.diff | (download) |
elf/dl-open.c |
13 12 + 1 - 0 ! |
fix dlopen segfault in statically linked programs |
| any/unsubmitted tst tlsmod as needed.diff | (download) |
elf/Makefile |
4 2 + 2 - 0 ! |
--- |
| any/unsubmitted scanf includes.diff | (download) |
stdio-common/Makefile |
4 2 + 2 - 0 ! |
--- |
| any/unsubmitted tst ftell locale.diff | (download) |
libio/Makefile |
1 1 + 0 - 0 ! |
--- |
| any/submitted sysdeps auxv.diff | (download) |
sysdeps/powerpc/bits/hwcap.h |
2 1 + 1 - 0 ! |
--- |
| any/local ldconfig ignore ld.so.diff | (download) |
elf/ldconfig.c |
30 30 + 0 - 0 ! |
--- |
| any/local no malloc backtrace.diff | (download) |
malloc/malloc.c |
9 7 + 2 - 0 ! |
disable backtraces on malloc errors |
| any/cvs wprintf.diff | (download) |
stdio-common/tstdiomisc.c |
19 19 + 0 - 0 ! |
--- |
| any/cvs resolv first query failure.diff | (download) |
resolv/res_query.c |
7 5 + 2 - 0 ! |
--- |
| any/submitted ptsname_r uninitialized memory.diff | (download) |
sysdeps/unix/sysv/linux/ptsname.c |
4 3 + 1 - 0 ! |
--- |
| any/cvs socketcall syscall.diff | (download) |
ports/sysdeps/unix/sysv/linux/aarch64/kernel-features.h |
4 3 + 1 - 0 ! |
--- |
| any/submitted nl_langinfo static.diff | (download) |
locale/nl_langinfo_l.c |
14 14 + 0 - 0 ! |
--- |
| any/cvs strtod.diff | (download) |
stdlib/strtod_l.c |
11 8 + 3 - 0 ! |
--- |
| any/local dynamic resolvconf.diff | (download) |
resolv/res_libc.c |
15 13 + 2 - 0 ! |
--- |
| any/local libpic.diff | (download) |
Makerules |
42 40 + 2 - 0 ! |
--- |
| any/local bootstrap headers.diff | (download) |
Makefile |
16 16 + 0 - 0 ! |
--- |
| any/submitted argp attribute.diff | (download) |
argp/argp-fmtstream.h |
25 12 + 13 - 0 ! |
--- |
| any/cvs resolv ipv6 nameservers.diff | (download) |
resolv/res_init.c |
46 14 + 32 - 0 ! |
--- |
| any/cvs check_pf infinite loop.diff | (download) |
sysdeps/unix/sysv/linux/check_pf.c |
2 1 + 1 - 0 ! |
--- |
| any/local static dlopen search path.diff | (download) |
elf/dl-support.c |
1 0 + 1 - 0 ! |
--- |
| any/cvs regex alloca.diff | (download) |
posix/regcomp.c |
2 2 + 0 - 0 ! |
--- |
| any/cvs wordexp.diff | (download) |
posix/wordexp-test.c |
44 44 + 0 - 0 ! |
--- |
| any/cvs getnetbyname.diff | (download) |
resolv/nss_dns/dns-network.c |
4 2 + 2 - 0 ! |
--- |
| any/cvs vfprintf.diff | (download) |
stdio-common/Makefile |
2 1 + 1 - 0 ! |
--- |
| any/cvs wscanf.diff | (download) |
stdio-common/tst-sscanf.c |
33 33 + 0 - 0 ! |
--- |
| any/cvs ldconfig aux cache.diff | (download) |
elf/cache.c |
4 3 + 1 - 0 ! |
--- |
| any/cvs grantpt pty owner.diff | (download) |
sysdeps/unix/grantpt.c |
22 20 + 2 - 0 ! |
--- |
| any/cvs hesiod resolver.diff | (download) |
hesiod/Makefile |
2 1 + 1 - 0 ! |
--- |
| any/local CVE 2017 1000366 rtld LD_LIBRARY_PATH.diff | (download) |
elf/rtld.c |
3 2 + 1 - 0 ! |
[patch 1/3] rtld: completely ignore ld_library_path for at_secure=1 programs To: libc-alpha@sourceware.org LD_LIBRARY_PATH can only be used to reorder system search paths, which is not useful functionality. |
| any/local CVE 2017 1000366 rtld LD_PRELOAD.diff | (download) |
elf/rtld.c |
69 53 + 16 - 0 ! |
[patch 2/3] rtld: reject overly long ld_preload path elements To: libc-alpha@sourceware.org |
| any/local CVE 2017 1000366 rtld LD_AUDIT.diff | (download) |
elf/rtld.c |
110 95 + 15 - 0 ! |
[patch 3/3] rtld: reject overly long ld_audit path elements To: libc-alpha@sourceware.org Also only process the last LD_AUDIT entry. |
| any/cvs hwcap AT_SECURE.diff | (download) |
elf/rtld.c |
3 2 + 1 - 0 ! |
--- |
