InterviewSolution
Saved Bookmarks
| 1. |
Buffer-overflow attack can take place if a machine can execute a code that resides in the data/stack segment.(a) True(b) FalseI have been asked this question in final exam.Question is taken from Buffer Overflow in section Cyber Security of Cyber Security |
|
Answer» RIGHT answer is (a) True Easy EXPLANATION: Buffer-overflow attack can TAKE PLACE either the programmer LACK boundary testing or if a machine can execute a code that resides in the data/stack segment. |
|