mirror of
https://gitee.com/openharmony/filemanagement_storage_service
synced 2024-11-23 06:59:59 +00:00
update test/fuzztest/sysparamstatic_fuzzer/sysparamstatic_fuzzer.cpp.
Signed-off-by: zhuhongtao666 <zhuhongtao12@huawei.com>
This commit is contained in:
parent
ed3d9d26c3
commit
12b90bb011
@ -21,7 +21,7 @@
|
||||
namespace OHOS {
|
||||
bool SysparamStaticFuzzTest(const uint8_t *data, size_t size)
|
||||
{
|
||||
if ((data == nullptr) || (size <= 0)) {
|
||||
if ((data == nullptr) || (size <= sizeof(unsigned int))) {
|
||||
return false;
|
||||
}
|
||||
char character = *(reinterpret_cast<const char *>(data));
|
||||
|
Loading…
Reference in New Issue
Block a user