mirror of
https://gitee.com/openharmony/filemanagement_storage_service
synced 2024-11-23 06:59:59 +00:00
update test/fuzztest/redactionutils_fuzzer/redactionutils_fuzzer.cpp.
Signed-off-by: zhuhongtao666 <zhuhongtao12@huawei.com>
This commit is contained in:
parent
998b485541
commit
7daea9dd80
@ -20,7 +20,7 @@
|
||||
namespace OHOS {
|
||||
bool RedactionUtilsFuzzTest(const uint8_t *data, size_t size)
|
||||
{
|
||||
if ((data == nullptr) || (size <= 0)) {
|
||||
if ((data == nullptr) || (size <= sizeof(int32_t))) {
|
||||
return false;
|
||||
}
|
||||
int32_t state32 = *(reinterpret_cast<const int32_t *>(data));
|
||||
|
Loading…
Reference in New Issue
Block a user