What is the possible vulnerability in this code?
unsigned int total, userinput1, userinput2;
userinput1 = receiveInput();
userinput2 = receiveInput();
total = userinput1 + userinput2;
Reveal answer
Fill a bubble to check yourself