The programmers on your team are analyzing the free, open source software being used to run FTP services on a server in your organization. They notice that there is excessive number of functions in the source code that might lead to buffer overflow. These C++ functions do not check bounds.
Identify the line the source code that might lead to buffer overflow.

A.
Line number 31.
B.
Line number 15
C.
Line number 8
D.
Line number 14