mirror of
https://gitee.com/openharmony/filemanagement_storage_service
synced 2024-11-23 06:59:59 +00:00
update test/fuzztest/storagetotalstatusservice_fuzzer/storagetotalstatusservice_fuzzer.cpp.
Signed-off-by: lixiyuan <lixiyuan7@huawei.com>
This commit is contained in:
parent
f1fb239e79
commit
edd55813ca
@ -20,7 +20,7 @@ namespace OHOS {
|
||||
namespace StorageManager {
|
||||
bool StorageTotalStatusServiceFuzzTest(const uint8_t *data, size_t size)
|
||||
{
|
||||
if ((data == nullptr) || (size == 0) {
|
||||
if ((data == nullptr) || (size == 0)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user