String is an alias for std::string https://github.com/KhronosGroup/OpenCOLLADA/blob/6031fa956e1da4bbdd910af3a8f9e924ef0fca7a/COLLADAFramework/include/COLLADAFWPrerequisites.h#L18 and these two lines will construct std::string with a null pointer, which is undefined behaviour: https://github.com/KhronosGroup/OpenCOLLADA/blob/6031fa956e1da4bbdd910af3a8f9e924ef0fca7a/COLLADAFramework/src/COLLADAFWRenderState.cpp#L53 https://github.com/KhronosGroup/OpenCOLLADA/blob/6031fa956e1da4bbdd910af3a8f9e924ef0fca7a/COLLADAFramework/include/COLLADAFWMeshVertexData.h#L121
String is an alias for std::string
OpenCOLLADA/COLLADAFramework/include/COLLADAFWPrerequisites.h
Line 18 in 6031fa9
and these two lines will construct std::string with a null pointer, which is undefined behaviour:
OpenCOLLADA/COLLADAFramework/src/COLLADAFWRenderState.cpp
Line 53 in 6031fa9
OpenCOLLADA/COLLADAFramework/include/COLLADAFWMeshVertexData.h
Line 121 in 6031fa9