最近在搞模糊测试,测试出来是使用strlen函数导致.因为strlen计算长度是按照\0来判断的,模糊测试不会给结束符,请问需要如何解决这个问题?
https://blog.csdn.net/weixin_34060299/article/details/92842051