最近公司开发的code defect工具,扫出很多asprintf的问题,下面是sample code int testAsprintf(int num) { char *testStr = NULL; asprintf(&testStr, "%d", ...
確定! 回上一頁