Skip to content

dzn: Fix loop condition in dzn_descriptor_set_copy()

We need to make sure we still have descriptors to copy in the while() condition. While at it, drop the assert() checking that the number of descriptors already copied is less than the requested number.

/cc @lfrb (should fix some of the binding_model crashes reported here

Merge request reports