diff options
author | Tapani Pälli <[email protected]> | 2018-01-26 11:26:18 +0200 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2018-01-29 08:11:22 +0200 |
commit | d0343bef6680cc660ba691bbed31a2a1b7449f79 (patch) | |
tree | 0dcb873d8518aa0f305661121ec6954331bd8475 /src/loader/loader_dri3_helper.c | |
parent | b99c88037bf64b033579f237ec287857c53b0ad6 (diff) |
nir: mark unused space in packed_tex_data
This change cleans following scary warnings in valgrind output
when disk cache is being written:
==6532== Uninitialised byte(s) found during client check request
==6532== at 0x14423FAD: blob_write_bytes (blob.c:152)
==6532== by 0x144240FB: blob_write_uint32 (blob.c:194)
==6532== by 0x144001A5: write_tex (nir_serialize.c:613)
and later (loads of):
==6532== Use of uninitialised value of size 8
==6532== at 0x62FCD9E: crc32_z (in /usr/lib64/libz.so.1.2.11)
==6532== by 0x13F65014: util_hash_crc32 (crc32.c:127)
==6532== by 0x13F5DABA: cache_put (disk_cache.c:947)
Signed-off-by: Tapani Pälli <[email protected]>
Cc: [email protected]
Reviewed-by: Jason Ekstrand <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/loader/loader_dri3_helper.c')
0 files changed, 0 insertions, 0 deletions