Buffer over flow is a software weakness categorized under?

1.operational issues
2.design flaw
3.requirement oversight
4.implementation bug

Questions by Tester_

Showing Answers 1 - 3 of 3 Answers

Umer

  • Feb 16th, 2014
 

The best answer would be an implementation bug. Although design flaw can also be considered. A buffer overflow basically overwrites adjacent memory so is a memory violation. A programmer not taking care of memory issues while coding can easily write a poorly coded application which overruns the buffer. A less knowledgeable designer could however ask the programmer to write a simple application with no idea of what poor coding practices might result in.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions