Skip to content

lima: fix dynarray usage in lima_submit_add_bo

Erico Nunes requested to merge enunes/mesa:lima-dynarray-fix into master

Commit de8a9197 refactored dynarray usage and changed the size of the allocation in lima_submit_add_bo. That causes a segfault in programs running with lima. This commit restores the allocation size back to the previous size.

Merge request reports