结构: Simple
Abstraction: Class
状态: Draft
被利用可能性: unkown
The software performs an operation on a resource at the wrong phase of the resource's lifecycle, which can lead to unexpected behaviors.
When a developer wants to initialize, use or release a resource, it is important to follow the specifications outlined for how to operate on that resource and to ensure that the resource is in the expected state. In this case, the software wants to perform a normally valid operation, initialization, use or release, on a resource when it is in the incorrect phase of its lifetime.
范围 | 影响 | 注释 |
---|---|---|
Other | Other |
策略:
Follow the resource's lifecycle from creation to release.
映射的分类名 | ImNode ID | Fit | Mapped Node Name |
---|---|---|---|
CERT C Secure Coding | FIO46-C | CWE More Abstract | Do not access a closed file |
CERT C Secure Coding | MEM30-C | CWE More Abstract | Do not access freed memory |