Files
mesa/src/util
Jason Ekstrand 5ca4f57469 util/rb_tree: Stop relying on &iter->field != NULL
The old version of the iterators relies on a &iter->field != NULL check
which works fine on older GCC but newer GCC versions and clang have
optimizations that break if you do pointer math on a null pointer.  The
correct solution to this is to do the null comparisons before we do any
sort of &iter->field or use rb_node_data to do the reverse operation.

Acked-by: Michel Dänzer <mdaenzer@redhat.com>
Tested-by: Michel Dänzer <mdaenzer@redhat.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
2019-09-26 20:36:41 +00:00
..
2019-08-08 22:02:54 +01:00
2018-10-10 13:13:12 -05:00
2019-09-19 19:56:22 +00:00
2019-09-19 19:56:22 +00:00
2019-09-19 19:56:22 +00:00
2019-03-11 13:13:52 -07:00
2019-03-11 13:13:52 -07:00
2019-08-15 20:23:44 +02:00
2019-08-02 18:38:52 +01:00
2018-07-06 10:04:22 -07:00
2019-06-12 17:27:44 +01:00
2019-06-12 15:57:16 -07:00
2019-05-30 22:11:26 +00:00
2019-09-20 17:37:25 +00:00
2019-09-04 00:11:51 +01:00
2019-06-28 23:37:49 +01:00
2019-09-06 00:45:11 +00:00
2017-11-09 11:57:21 +01:00
2015-03-18 21:06:26 -07:00
2017-12-15 19:01:12 +00:00
2019-05-31 19:14:30 +02:00
2017-09-03 09:05:23 +01:00
2015-06-29 09:06:40 -07:00
2015-12-04 14:06:41 +00:00
2017-11-09 11:37:30 +01:00
2019-03-14 22:41:08 +00:00
2019-09-06 19:52:50 +00:00
2018-11-27 15:44:02 -05:00
2019-08-07 08:42:42 +01:00
2019-08-31 13:26:10 -07:00
2018-05-31 16:17:35 -07:00
2018-05-31 16:17:35 -07:00