- 29 May, 2018 1 commit
-
-
Martin Heistermann authored
RenderObject debug_name was a char* that sometimes pointed to temporary buffers, change to std::string to ensure proper ownership. Bug found using ASAN. std::string can be assigned a const char*, so external code that just sets the attribute to a null-terminated string should still work unchanged.
-
- 17 Feb, 2017 1 commit
-
-
Jan Möbius authored
-
- 09 Dec, 2016 1 commit
-
-
Jan Möbius authored
-