The lattice deform code would always call `co += 3` in a loop, even when co is `nullptr`. This is invoking undefined behaviour, and causes UBSAN warnings. Pull Request: https://projects.blender.org/blender/blender/pulls/121396
The lattice deform code would always call `co += 3` in a loop, even when co is `nullptr`. This is invoking undefined behaviour, and causes UBSAN warnings. Pull Request: https://projects.blender.org/blender/blender/pulls/121396