Labelled content
Every content item in this list is tagged with all the required labels:
To add a label to the list of required labels, choose '+ labelname' from Related Labels.
To remove a label from the required labels, choose '- labelname' from above.
-
CON36-C. Wrap functions that can spuriously wake up in a loop (SEI CERT C Coding Standard)
-
-
POS54-C. Detect and handle POSIX library errors (SEI CERT C Coding Standard)
-
CON41-C. Wrap functions that can fail spuriously in a loop (SEI CERT C Coding Standard)
-
CON06-C. Ensure that every mutex outlives the data it protects (SEI CERT C Coding Standard)
-
CON08-C. Do not assume that a group of calls to independently atomic methods is atomic (SEI CERT C Coding Standard)
-
CON07-C. Ensure that compound operations on shared variables are atomic (SEI CERT C Coding Standard)
-
CON03-C. Ensure visibility when accessing shared variables (SEI CERT C Coding Standard)
-
-
API01-C. Avoid laying out strings in memory directly before sensitive data (SEI CERT C Coding Standard)