Christophe Verspieren
Results
1
issues of
Christophe Verspieren
https://github.com/AcademySoftwareFoundation/OpenColorIO/blob/05466120f3f9c23b23778f3ccbafc4dde93abe4b/src/OpenColorIO/FileRules.cpp#L638C25-L638C32 Hello, I've recently migrated my code from the deprecated Config::parseColorSpaceFromString to the recommended Config::getColorSpaceFromFilepath, and encountered a thread-safety issue. In FileRules::Impl::getRuleFromFilepath(), the method matches() is called in what appears...