未验证 提交 e2cc87ad 编写于 作者: L lishengming14 提交者: Gitee

update services/dbinder/test/fuzztest/onbytesreceived_fuzzer/onbytesreceived_fuzzer.cpp.

删除多余空格,释放new出来的结构体
Signed-off-by: Nlishengming14 <lishengming14@huawei.com>
上级 e1b4051b
......@@ -32,7 +32,7 @@ namespace OHOS {
if (memcpy_s(tmp, sizeof(tmp) - 1, data, size) != EOK) {
return false;
}
const char* testdata = tmp;
std::shared_ptr<Session> session = nullptr;
std::shared_ptr<DBinderRemoteListener> remoteListener = nullptr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册