 
                            ...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Other Languages
This rule appears in the C Secure Coding Standard as FIO34-C. Use int to capture the return value of character IO functions.
...
| Wiki Markup | 
|---|
| \[[API 06|AA. Java References#API 06]\] Class {{InputStream}}
\[[JLS 05|AA. Java References#JLS 05]\] 4.2 Primitive Types and Values
\[[Pugh 08|AA. Java References#Pugh 08]\] ""Waiting for the end"" | 
...
INT34-J. Perform explicit range checking to ensure integer operations do not overflow       06. Integers (INT)       INT36-J. Use shift operators correctly