Introduction - If you have any usage issues, please Google them yourself
Firstly the paper introduces buffer overflow and the potential attack based on it, then from the view of a C programmer, to discusse program security when three kinds of common used lib functions were called, finally it try to analysis the inner mechanism that cause buffer overflow. It would be helpful to minimize buffer overflow and improve the security of the program if we take actions consciously when calling these lib functions.