Rich Felker
66570ec9c4
fix undefined behavior in sched.h cpu_set_t usage
...
since cpu sets can be dynamically allocated and have variable size,
accessing their contents via ->__bits is not valid; performing pointer
arithmetic outside the range of the size of the declared __bits array
results in undefined beahavior. instead, only use cpu_set_t for
fixed-size cpu set objects (instantiated by the caller) and as an
abstract pointer type for dynamically allocated ones. perform all
accesses simply by casting the abstract pointer type cpuset_t * back
to unsigned long *.
2016-09-19 11:15:51 -04:00
..
2014-12-17 14:40:35 -05:00
2016-09-16 17:59:54 -04:00
2016-08-30 15:58:23 -04:00
2016-01-26 18:29:32 -05:00
2013-07-03 18:07:50 +02:00
2016-08-30 15:58:20 -04:00
2015-03-03 22:50:02 -05:00
2014-12-21 02:43:35 -05:00
2016-08-30 16:39:54 -04:00
2015-11-02 21:44:57 -05:00
2015-06-06 18:16:22 +00:00
2016-07-03 15:02:25 -04:00
2014-01-06 22:03:38 -05:00
2016-07-03 16:19:28 -04:00
2015-09-17 04:45:01 +00:00
2016-08-30 16:01:47 -04:00
2014-09-10 12:47:55 -04:00
2015-03-23 11:26:51 -04:00
2014-06-21 19:24:15 -04:00
2013-12-02 02:06:52 -05:00
2016-07-03 15:02:25 -04:00
2016-07-03 15:02:25 -04:00
2014-09-05 16:03:07 -04:00
2016-07-03 15:02:25 -04:00
2013-04-10 22:38:46 -04:00
2013-10-30 14:52:55 -04:00
2013-10-20 22:01:51 -04:00
2015-09-15 20:30:36 +00:00
2013-11-29 12:45:09 -05:00
2013-08-02 16:52:17 -04:00
2013-11-24 21:42:55 -05:00
2014-08-25 22:47:27 -04:00
2014-03-09 19:29:41 +01:00
2016-07-03 15:02:25 -04:00
2016-07-03 15:02:25 -04:00
2013-07-22 11:22:36 -04:00
2013-12-03 20:34:36 -05:00
2016-07-03 15:02:25 -04:00
2016-06-30 21:47:24 -04:00
2016-07-03 15:02:25 -04:00
2013-07-22 14:39:59 -04:00
2013-12-04 21:31:39 +00:00
2016-09-19 11:15:51 -04:00
2014-04-02 18:37:45 -04:00
2015-03-03 22:50:02 -05:00
2015-04-01 20:35:03 -04:00
2016-08-30 15:58:25 -04:00
2014-08-27 02:55:54 -04:00
2013-08-28 00:41:00 -04:00
2016-07-03 20:03:30 -04:00
2014-08-20 17:20:14 -04:00
2014-12-21 02:30:29 -05:00
2013-11-24 21:42:55 -05:00
2015-06-16 06:18:00 +00:00
2014-08-27 02:55:54 -04:00
2013-11-24 21:42:55 -05:00
2014-07-31 02:38:23 -04:00
2014-06-21 07:44:46 -04:00
2014-12-09 22:34:56 -05:00
2016-07-03 15:02:25 -04:00
2014-10-13 20:59:42 -04:00
2015-07-09 17:07:35 +00:00
2016-07-03 15:02:25 -04:00
2016-02-12 09:58:50 -05:00
2016-07-03 15:02:25 -04:00
2013-01-04 20:36:34 +01:00
2013-09-01 01:01:31 -04:00
2016-09-16 18:18:34 -04:00
2015-05-02 21:19:08 -04:00
2016-07-03 16:19:28 -04:00