#include <stdio.h> int snprintf( char* buf , size_t count , const char* format , ... ); ... this code doesn't protect against a buffer overflow.
確定! 回上一頁