Home
last modified time | relevance | path

Searched refs:cBufferTooSmall (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dfuzzer.c1488 void* cBufferTooSmall = malloc(tooSmallSize); /* valgrind will catch read overflows */ in fuzzerTests() local
1489 CHECK(cBufferTooSmall == NULL, "not enough memory !"); in fuzzerTests()
1490 memcpy(cBufferTooSmall, cBuffer, tooSmallSize); in fuzzerTests()
1491 …{ size_t const errorCode = ZSTD_decompress(dstBuffer, dstBufferSize, cBufferTooSmall, tooSmallSize… in fuzzerTests()
1493 free(cBufferTooSmall); in fuzzerTests()