What are some of the C functions susceptible to buffer overflow?

What will be an ideal response?

Applications may not be able to avoid buffer overflows since the variables in the applications do not verify or ensure that input data is not larger than allocated memory. A hacker checks for some specific functions to ascertain the possibility of a buffer overflow. Some functions susceptible to buffer overflow include the following:strcpyscanffgetswstrcpywstrncatsprintfgetsstrcat

Computer Science & Information Technology

You might also like to view...

To initiate an IM session in Lync, click on ________

A) Start B) Contacts C) Begin Session D) Management Group

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) Optional parameters enable you to specify default argument values for specific parameters. 2) When calling a method, you must specify the arguments in the same order that the corresponding parameters are declared in the method's parameter list. 3) A recursion step normally includes the keyword return. 4) A recursive method knows directly how to solve only the base case.

Computer Science & Information Technology