diff options
author | Dylan Noblesmith <nobled@dreamwidth.org> | 2012-04-01 18:21:47 +0000 |
---|---|---|
committer | Dylan Noblesmith <nobled@dreamwidth.org> | 2012-04-13 14:25:07 +0000 |
commit | ccff74971203b533bf16b46b49a9e61753f75e6c (patch) | |
tree | 554ed5e32920065420d78d590e256efc66a727a8 /src/mesa/x86-64 | |
parent | 10ec14865aa7d0110ae202011be36d6e4a7ba154 (diff) | |
download | external_mesa3d-ccff74971203b533bf16b46b49a9e61753f75e6c.zip external_mesa3d-ccff74971203b533bf16b46b49a9e61753f75e6c.tar.gz external_mesa3d-ccff74971203b533bf16b46b49a9e61753f75e6c.tar.bz2 |
util: fix undefined behavior
container_of() can legally return anything, even invalid addresses
that cause segfaults, when 'sample' is an uninitialized pointer.
Bug exposed by clang.
NOTE: This is a candidate for the 8.0 branch.
Diffstat (limited to 'src/mesa/x86-64')
0 files changed, 0 insertions, 0 deletions