commit | d849d36c6cc99cb7a7ad4b285e3e896d593da07b | [log] [tgz] |
---|---|---|
author | Scott D Phillips <scott.d.phillips@intel.com> | Mon Mar 19 15:39:25 2018 -0700 |
committer | Scott D Phillips <scott.d.phillips@intel.com> | Tue Mar 20 07:58:10 2018 -0700 |
tree | 791b0fbf669bd1c4e8929daf3bb9c17fcaef07e1 | |
parent | 035cc7a12dc03ef8b8184f75b880ae41e452b215 [diff] |
anv: off-by-one in GetDescriptorSetLayoutSupport Loop was accessing one more than bindingCount elements from pBindings, accessing uninitialized memory. Fixes: ddc4069122 ("anv: Implement VK_KHR_maintenance3") Reviewed-by: Nanley Chery <nanley.g.chery@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>