...
However, improper strtok()
use will probably only result in truncated data, producing unexpected results later in program execution.
Recommendation Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
STR06-A . Don't assume that strtok() leaves its string argument unchanged | 1 (low) | 2 (probable) | 3 (low) | P6 | L2 |
...