Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/apps/fuzzers/fuzzerGridDisk.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ typedef struct {

// This is limited to avoid timeouts due to the runtime of gridDisk growing with
// k
const int64_t MAX_GRID_DISK_SIZE = 100000;
const int64_t MAX_GRID_DISK_SIZE = 10000;

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
if (size < sizeof(inputArgs)) {
Expand Down