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
address review (#12843): rename CLEANUP_DONE to CLEANUP_STARTED and document the re-entrancy guard
The flag is set on entry to cleanup(), not on completion: cleanup() can exit the
script itself (EXIT_CLEANUP_FAILED) and that exit fires the EXIT trap, which would
re-enter cleanup() while the first call is still running. The name now says so.
Signed-off-by: James Peru <jmsperu@gmail.com>
0 commit comments