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
Fix USO_UNSAFE_STATIC_METHOD_SYNCHRONIZATION in LlamaLoader.initialize()
Synchronize on a private static lock object instead of the LlamaLoader
class's intrinsic lock, so untrusted code that can reach the public
LlamaLoader type cannot acquire the same monitor and interfere with
native-library initialization.
0 commit comments