1.

How many primary ways are there for detecting buffer-overflow?(a) 6(b) 3(c) 2(d) 5I have been asked this question in semester exam.Query is from Buffer Overflow in division Cyber Security of Cyber Security

Answer»

The correct CHOICE is (c) 2

Easy explanation: There are TWO ways to detect buffer-overflow in an application. One way is to look into the code and check WHETHER the boundary check has been properly incorporated or not. The other way is to make the executable build of the PRODUCT, feed the application with a huge amount of data and check for abnormal BEHAVIOUR.



Discussion

No Comment Found

Related InterviewSolutions