๐ Bug HuntC C Hardโก+35 XP
Buffer Overflow
This code has a dangerous security vulnerability.
๐ Find the bug
1
char buf[10];2
gets(buf);๐ The bug is on line 2
This code has a dangerous security vulnerability.
char buf[10];gets(buf);