[Mesa-dev] undefined behaviour in spirv_to_nir.c

Dave Airlie airlied at gmail.com
Fri May 17 01:57:51 UTC 2019


Coverity gave me this:

mesa-19.1.0-rc2/src/compiler/spirv/spirv_to_nir.c:1987:
overlapping_assignment: Assigning "src[1][i].u8" to "src[1][i].u32",
which have overlapping memory locations and different types.

and the following lines, I think it's actually undefined behaviour wrt
the C spec.

Dave.


More information about the mesa-dev mailing list