Versions Compared

Key

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

...

SIG01-C. Do not access or modify shared objects in signal handlers

SIG02-C. Do not call longjmp() from inside a signal handler

Risk Assessment Summary

Rules

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

SIG00-C

3 (high)

3 (likely)

1 (high)

P9

L2

SIG01-C

3 (high)

3 (likely)

1 (high)

P9

L2

SOG02-C

2 (medium)

1 (unlikely)

3 (low)

P6

L2