SL.C
SL.C: The C Standard Library
???
C Standard Library rule summary:
SL.C.1: Don't use setjmp/longjmp
Reason
a longjmp
ignores destructors, thus invalidating all resource-management strategies relying on RAII
Enforcement
Flag all occurrences of longjmp
and setjmp