Skip to content
Snippets Groups Projects
Commit 066c6f36 authored by Campbell Barton's avatar Campbell Barton
Browse files

Fix UBSAN warning caused by uninitialized memory use

Unwrapping warned that a non 0/1 boolean value was being set.

Initialize all members of PVert since they would be accessed
when duplicating a PVert causing the uninitialized memory to be read.
parent f408531b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment