Secure Programming for Linux and Unix HOWTO
Prev Chapter 7. Structure Program Internals and Approach Next

7.17. Be Careful with Data Types

Be careful with the data types used, in particular those used in interfaces. For example, ``signed'' and ``unsigned'' values are treated differently in many languages (such as C or C++).


Prev Home Next
Foil Semantic Attacks Up Carefully Call Out to Other Resources