Skip to content

radv: clear uninitialised alignment padding in cache entry

David McFarland requested to merge Corngood/mesa:valgrind-fix into master

The alignment padding is later checksummed, compressed, and written to disk. This fixes an error in valgrind memcheck.

Merge request reports