What is the possible vulnerability in this code?
unsigned int total, userinput1, userinput2; userinput1 = receiveInput(); userinput2 = receiveInput(); total = userinput1 + userinput2;
Integer overflow
Buffer overflow
Stack overflow
Data type mismatch