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