You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define function to return string literal for checking all extensions
---------------------------------------------------------------------------
The string literall returned is statically allocated so that it is safe to return one from a function.
The reason why std::string was not used. once modified, the c_cstr() pointer may no longer be valid. Futher tsan reported a heap use after free error if the acl_platform_extensions return std::string instead.
0 commit comments