Category-882: CERT C++ Secure Coding Section 14 - Concurrency (CON)

ID: 882 Status: Incomplete

Summary

Weaknesses in this category are related to rules in the Concurrency (CON) section of the CERT C++ Secure Coding Standard. Since not all rules map to specific weaknesses, this category may be incomplete.

Membership

ID NAME
CWE-362 使用共享资源的并发执行不恰当同步问题(竞争条件)
CWE-366 单线程内的竞争条件
CWE-404 不恰当的资源关闭或释放
CWE-488 对错误会话暴露数据元素
CWE-772 对已超过有效生命周期的资源丧失索引

References

REF-863 14. Concurrency (CON)