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
Close TOCTOU race in build-sentry-cocoa.sh stale lock reap
Switch from a noclobber PID file to a directory lock with a pid file
inside. The atomic mkdir gates acquisition; stale reap renames the dir
to a unique name before rm -rf so two concurrent reapers can't both
proceed to own the lock.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments