1.

Applications developed by programming languages like ____ and______ have this common buffer-overflow error.(a) C, Ruby(b) Python, Ruby(c) C, C++(d) Tcl, C#I got this question during an online exam.I'm obligated to ask this question of Buffer Overflow topic in portion Cyber Security of Cyber Security

Answer»

Right choice is (c) C, C++

Easy explanation: Applications DEVELOPED by programming LANGUAGES like C and C++ have this common buffer-overflow error. The strcat(), STRCPY(), sprintf(), GETS() etc when called in C and C++ can be exploited because these functions don’t check whether the stack is large enough for storing the DATA.



Discussion

No Comment Found

Related InterviewSolutions