Commit Graph

8 Commits (ec964ebf8406220593898aaf01252d26bba0ec17)

Author SHA1 Message Date
Victor Julien 618f351210 cleanup: get rid of %llu format specifiers
Use more explicit types instead.
9 years ago
Victor Julien 4c597bb9e1 ippair: use both addresses in hash 9 years ago
Victor Julien ed0918bc35 ippair: fix -Wshadow warning 10 years ago
Victor Julien b3bf7a5729 output: introduce config and perf output levels
Goal is to reduce info output
10 years ago
Victor Julien 35d081a797 ippair: fix alignment issues 10 years ago
Victor Julien b2695600ba afl: add define to disable rand_r use
The randomness affects AFL. It creates variable test cases, which
we need to avoid.
10 years ago
Victor Julien 480e91edac ippair: update ippair size logic
Instead of using (sizeof(IPPair)+IPPairStorageSize()) in many places,
create a simple size variable that is set during setup.
11 years ago
Victor Julien 99ae643e4e ippair: track ippairs, enable tests 11 years ago