What is the vulnerability in this code? int main(int argc, char * argv[]) { printf (argv[1]); }
Reveal answer
Fill a bubble to check yourself
What is the vulnerability in this code? int main(int argc, char * argv[]) { printf (argv[1]); }