...
Using the write()
method to output integers writes only the low-order 8 bits of the integers. This truncation can result in unexpected values.
Guideline Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
FIO13-J | low | unlikely | medium | P2 | L3 |
...