mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
[BZ #14898]
* include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]: Change to -1.
This commit is contained in:
parent
682d0e9ae8
commit
67cbf9a2a9
@ -1,3 +1,9 @@
|
||||
2012-12-07 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
[BZ #14898]
|
||||
* include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
|
||||
Change to -1.
|
||||
|
||||
2012-12-07 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* po/libc.pot: Update.
|
||||
|
2
NEWS
2
NEWS
@ -22,7 +22,7 @@ Version 2.17
|
||||
14661, 14669, 14672, 14683, 14694, 14716, 14719, 14743, 14767, 14783,
|
||||
14784, 14785, 14793, 14796, 14797, 14801, 14803, 14805, 14807, 14811,
|
||||
14815, 14821, 14822, 14824, 14828, 14831, 14835, 14838, 14856, 14863,
|
||||
14865, 14866, 14868, 14869, 14871, 14879, 14889, 14893, 14914.
|
||||
14865, 14866, 14868, 14869, 14871, 14879, 14889, 14893, 14898, 14914.
|
||||
|
||||
* CVE-2011-4609 svc_run() produces high cpu usage when accept fails with
|
||||
EMFILE has been fixed (Bugzilla #14889).
|
||||
|
@ -289,7 +289,7 @@ struct link_map
|
||||
#endif
|
||||
#ifndef FORCED_DYNAMIC_TLS_OFFSET
|
||||
# if NO_TLS_OFFSET == 0
|
||||
# define FORCED_DYNAMIC_TLS_OFFSET 1
|
||||
# define FORCED_DYNAMIC_TLS_OFFSET -1
|
||||
# elif NO_TLS_OFFSET == -1
|
||||
# define FORCED_DYNAMIC_TLS_OFFSET -2
|
||||
# else
|
||||
|
Loading…
Reference in New Issue
Block a user