-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
Description
A buffer overflow was detected in Main.c. The local_buffer variable takes the value of argv[4] without any bounds checking which causes the issue.
The assignment of the user-controlled variable is given below:
Line 897 in a9dd04a
strcpy(local_buffer,argv[4]); |