Spring Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam 312-49v9 All Questions
Exam 312-49v9 All Questions

View all questions & answers for the 312-49v9 exam

ECCouncil CHFIv9 312-49v9 Question # 108 Topic 12 Discussion

312-49v9 Exam Topic 12 Question 108 Discussion:
Question #: 108
Topic #: 12

Kyle is performing the final testing of an application he developed for the accounting department.

His last round of testing is to ensure that the program is as secure as possible. Kyle runs the following command. What is he testing at this point?

#include #include int main(int argc, char

*argv[]) { char buffer[10]; if (argc < 2) { fprintf (stderr, "USAGE: %s string\n", argv[0]); return 1; }

strcpy(buffer, argv[1]); return 0; }


A.

Buffer overflow


B.

SQL injection


C.

Format string bug


D.

Kernal injection


Get Premium 312-49v9 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.