Review Note
Last Update: 04/26/2023 03:20 PM
Current Deck: Software Security
Published
Fields:
Front
Name and describe two examples that might caused Integer Overflow
Back
Signed Addtion:
- Adding 2 numbers with the same sign might exceed the limits of the Integer Type
Integer Mismatch:
- Assign Int value to a variable with the wrong Int type (eg. unsigned int x; x = -1;)
- Adding 2 numbers with the same sign might exceed the limits of the Integer Type
Integer Mismatch:
- Assign Int value to a variable with the wrong Int type (eg. unsigned int x; x = -1;)
Suggested Changes:
Deck Changes (Suggestion to move the Note to the following Deck):
Field Changes:
Tag Changes: