QuestionQ638
Web Application Injection AttacksWhich of the following C/C++ functions can cause a buffer overflow?
Each correct answer represents a complete solution.
Choose two
- A printf()
- B strcat()
- C strcpy()
- D strlength()
Community Discussion