...
Race conditions caused by multiple threads invoking the same library function can lead to abnormal termination of the application, data integrity violations, or denial-of-service attack.
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
POS40 CON33-C | medium | probable | high | P4 | L3 |
Other Languages
This rule appears in the C++ Secure Coding Standard as CON03-CPP. Avoid assuming functions are thread-safe unless otherwise specified.
...