Fix hidden source of deadlock (#794)

This commit is contained in:
Islam
2025-10-12 12:27:33 +02:00
committed by GitHub
parent 9f74266527
commit 4563c22d2d
@@ -276,7 +276,7 @@ private extension SecureLogger {
}
// Cache the result
cacheQueue.async(flags: .barrier) {
cacheQueue.sync {
sanitizationCache.setObject(sanitized as NSString, forKey: key)
}