if (cnt < 0 || cnt >= sz) return 1; output += cnt; sz -= cnt; ... Through this I was able to find that the snprintf returns an error and the string created ...
確定! 回上一頁