Ensure all fields are initialized even for kIsNull in Code gen #1775
Labels
openxr-experimental
Related to OpenXR experimental support
P1
Prevents an important capture from being replayed
Currently (at least)
DecodeNextStruct(..., OpenXrNextNode** next)
doesn't initialize*next = nullptr;
whenformat::PointerAttributes::kIsNull
is set. When memory isn't zeroed, can cause access violations.Decoding of kIsNull should assure correct setting of pointers to null
The text was updated successfully, but these errors were encountered: