]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Don't crash on unresolved weak symbol reference when auditing.
[thirdparty/glibc.git] / ChangeLog
CommitLineData
b32b8b45
UD
12010-05-21 Ulrich Drepper <drepper@redhat.com>
2
3 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
4 symbol reference.
5
9acbe24d
AS
62010-05-19 Andreas Schwab <schwab@redhat.com>
7
8 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
9 symbol reference.
10
f0ccf6ea
AS
112010-05-21 Andreas Schwab <schwab@redhat.com>
12
3d04ff3a
AS
13 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
14 and internal_recvmmsg.
15 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
16 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
17 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
18 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
19
f0ccf6ea
AS
20 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
21 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
22 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
23
5b08ac57
AS
242010-05-20 Andreas Schwab <schwab@redhat.com>
25
26 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
27
4828935d
LM
282010-05-17 Luis Machado <luisgpm@br.ibm.com>
29
30 POWER7 optimizations.
31 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
32 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
33
373d545e
UD
342010-05-19 Ulrich Drepper <drepper@redhat.com>
35
36 * version.h: Update for 2.13 development version.
37
21a2b1ae
AS
382010-05-12 Andrew Stubbs <ams@codesourcery.com>
39
40 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
41 exceptions. Return 0.
42
3f7dcb2b
RM
432010-05-07 Roland McGrath <roland@redhat.com>
44
45 * elf/ldconfig.c (main): Add a const.
46
5f24d53a 472010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 48
a160f8d8
UD
49 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
50 (args_options): Add no-idn option.
51 (ahosts_keys_int): Add idn_flags to ai_flags.
52 (parse_option): Handle 'i' option to clear idn_flags.
53
5f24d53a
UD
54 * malloc/malloc.c (_int_free): Possible race in the most recently
55 added check. Only act on the data if no current modification
56 happened.
265bb1ce
UD
57
58See ChangeLog.17 for earlier changes.