Skip to content

Commit

Permalink
Final adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed May 7, 2015
1 parent d615bc4 commit 46be89a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/fuzz_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

#else

#define ROUNDS 33ULL
#define MAXLEN 10ULL
#define ROUNDS 256ULL
#define MAXLEN 2048ULL

#endif

Expand All @@ -44,7 +44,9 @@ static void run_round()
data[i] = rand() % 0xFF;
}

#ifdef CBOR_PRINT_FUZZ
printmem(data, length);
#endif

item = cbor_load(data, length, &res);

Expand Down

0 comments on commit 46be89a

Please sign in to comment.