What is the vulnerability in this code? int main(int argc, char * argv[]) { printf (argv[1]); }
Buffer overflow
Off by one error
Format string vulnerability
No vulnerabilities are present in this code