Environment (ENV)
- ENV30-C. Do not modify the object referenced by the return value of certain functions
- ENV31-C. Do not rely on an environment pointer following an operation that may invalidate it
- ENV32-C. All exit handlers must return normally
- ENV33-C. Do not call system()
- ENV34-C. Do not store pointers returned by certain functions
Information for Editors
In order to have a new guideline automatically listed above be sure to label it env and rule .
Risk Assessment Summary
| Rule | Severity | Likelihood | Detectable | Repairable | Priority | Level |
|---|---|---|---|---|---|---|
| ENV30-C | Low | Probable | No | No | P2 | L3 |
| ENV31-C | Low | Probable | Yes | No | P4 | L3 |
| ENV32-C | Medium | Likely | Yes | No | P12 | L1 |
| ENV33-C | High | Probable | Yes | No | P12 | L1 |
| ENV34-C | Low | Probable | Yes | No | P4 | L3 |


