We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d226e commit 6e44edfCopy full SHA for 6e44edf
fuzz/unpack_pack_fuzzer.cpp
@@ -4,7 +4,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
4
try {
5
// NOTE(derwolfe): by default the limits are set at 2^32-1 length. I'm
6
// setting these at far smaller values to avoid OOMs
7
- const int test_limit = 10000;
+ const int test_limit = 1000;
8
msgpack::object_handle unpacked = msgpack::unpack(reinterpret_cast<const char *>(data),
9
size,
10
nullptr,
0 commit comments