Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Not all systems have persistent signal handlers . For more info, (see SIG01-A. Understand implementation-specific details regarding signal handler persistence).

Risk Assessment

Two signals in quick succession can trigger the race condition on non-persistent platforms, causing the signal's default behavior despite a handler's attempt to override it.

...