Rich Felker
a6293285e9
fix use of uninitialized memory with application-provided thread stacks
...
the subsequent code in pthread_create and the code which copies TLS
initialization images to the new thread's TLS space assume that the
memory provided to them is zero-initialized, which is true when it's
obtained by pthread_create using mmap. however, when the caller
provides a stack using pthread_attr_setstack, pthread_create cannot
make any assumptions about the contents. simply zero-filling the
relevant memory in this case is the simplest and safest fix.
2014-08-22 14:05:10 -04:00
..
2014-02-09 20:07:43 -06:00
2014-06-19 02:48:45 -04:00
2014-02-09 20:07:43 -06:00
2013-09-16 11:52:39 -04:00
2014-07-18 14:10:23 -04:00
2012-11-19 16:58:09 +01:00
2014-02-27 22:03:25 -05:00
2014-02-23 11:09:16 +01:00
2014-02-09 20:07:43 -06:00
2011-03-20 00:16:43 -04:00
2013-09-20 02:00:27 -04:00
2012-07-11 11:34:46 -04:00
2014-07-06 22:56:25 -04:00
2014-08-15 23:54:52 -04:00
2014-06-19 02:59:44 -04:00
2011-02-12 00:22:29 -05:00
2014-08-15 23:54:52 -04:00
2014-02-09 20:07:43 -06:00
2012-10-05 11:51:50 -04:00
2012-04-24 16:32:23 -04:00
2011-02-12 00:22:29 -05:00
2014-08-15 23:54:52 -04:00
2013-12-12 05:09:18 +00:00
2011-03-07 15:46:37 -05:00
2011-02-17 17:16:20 -05:00
2012-11-11 15:38:04 -05:00
2012-11-11 15:38:04 -05:00
2012-11-11 15:38:04 -05:00
2012-11-11 15:38:04 -05:00
2013-02-01 22:10:40 -05:00
2013-02-01 22:10:40 -05:00
2011-09-28 18:00:02 -04:00
2013-07-22 13:57:02 -04:00
2014-08-15 23:54:52 -04:00
2011-03-07 15:42:52 -05:00
2012-11-08 17:04:20 -05:00
2013-07-22 13:57:02 -04:00
2014-07-06 22:56:25 -04:00
2014-07-06 23:10:35 -04:00
2014-08-17 22:09:47 -04:00
2014-08-17 22:09:47 -04:00
2014-08-17 22:09:47 -04:00
2014-08-17 22:09:47 -04:00
2014-08-18 14:36:56 -04:00
2012-09-06 22:44:55 -04:00
2011-03-07 16:20:12 -05:00
2012-11-08 17:04:20 -05:00
2013-07-22 13:57:02 -04:00
2013-07-22 13:57:02 -04:00
2014-08-22 14:05:10 -04:00
2012-07-12 11:23:43 -04:00
2011-08-14 15:17:36 -04:00
2013-09-15 02:00:32 +00:00
2011-05-30 11:31:07 -04:00
2013-06-08 11:36:41 -04:00
2013-06-26 22:02:23 -04:00
2011-03-03 18:30:44 -05:00
2012-11-08 17:04:20 -05:00
2014-07-16 21:32:06 -04:00
2014-07-05 23:29:55 -04:00
2014-08-16 19:52:04 -04:00
2011-02-12 00:22:29 -05:00
2012-11-17 18:42:16 -05:00
2014-08-16 02:28:34 -04:00
2014-08-15 23:54:52 -04:00
2012-11-17 18:42:16 -05:00
2014-08-16 19:15:19 -04:00
2014-08-17 02:05:14 -04:00
2014-08-17 00:46:26 -04:00
2011-02-12 00:22:29 -05:00
2012-11-08 17:04:20 -05:00
2012-11-17 18:42:16 -05:00
2014-08-15 23:54:52 -04:00
2014-08-17 00:46:26 -04:00
2013-07-22 13:57:02 -04:00
2014-08-15 23:54:52 -04:00
2011-02-12 00:22:29 -05:00
2014-08-15 23:54:52 -04:00
2011-08-03 10:21:32 -04:00
2014-08-15 23:54:52 -04:00
2014-08-15 23:54:52 -04:00
2011-08-03 10:21:32 -04:00
2011-08-03 10:21:32 -04:00
2014-08-15 23:54:52 -04:00
2011-08-03 10:21:32 -04:00
2011-03-07 16:43:25 -05:00
2012-11-08 17:04:20 -05:00
2013-07-22 13:57:02 -04:00
2014-03-24 16:57:11 -04:00
2014-03-24 16:57:11 -04:00
2014-06-10 04:02:40 -04:00
2011-05-30 11:31:07 -04:00
2013-06-26 21:34:44 -04:00
2012-11-11 15:38:04 -05:00
2011-03-03 18:30:44 -05:00
2013-12-12 05:09:18 +00:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-09-16 14:33:51 -04:00
2011-09-16 14:33:51 -04:00
2011-03-24 23:06:48 -04:00
2014-07-06 22:56:25 -04:00
2011-03-04 00:45:59 -05:00
2012-09-06 22:44:55 -04:00
2014-08-15 23:54:52 -04:00
2013-06-26 21:41:51 -04:00
2014-08-15 23:54:52 -04:00
2014-08-15 23:54:52 -04:00
2012-07-24 00:51:36 -04:00
2011-03-04 00:45:59 -05:00
2011-03-04 00:45:59 -05:00
2014-07-05 23:29:55 -04:00
2011-04-17 11:43:03 -04:00
2012-10-04 21:01:56 -04:00
2012-08-17 17:13:53 -04:00