...
Code Block |
---|
(*pf[f1()]) (f2(), f3() + f4()) |
the functions {{ Wiki Markup f1()
}}, {{f2()
}}, {{f3()
}}, and {{f4()
}} may be called in any order. All side effects have to be completed before the function pointed to by {{pf
\[f1()
\]
}} is called.
Consequently, the result of the following noncompliant code depends upon unspecified behavior:
...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
EXP10-C | medium | probable | medium | P8 | L2 |
Automated Detection
Tool | Version | Checker | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
| ||||||||||||
|
|
|
| ||||||||||||
|
|
|
|
...