aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2014-05-05 07:30:43 -0400
committerEvan Huus <eapache@gmail.com>2014-05-05 11:32:19 +0000
commit402bbcbd05cf50b2c3db565e54cf9012ab5b5db2 (patch)
tree7ea5c133c670d19d77944d42d8c3e88d1bf02ccb /epan/wmem
parent491a321c37eb8e6028195dc310967d0f6f50c164 (diff)
Reduce wmem fast-block fuzz rounds even further
Follow-up to g19e650f43adf23b0aa92821bff0cc389643944f6 since the fuzz-bot is still failing. Change-Id: I2d05a861b0edf50ce734b682e6e3e33729bf6771 Reviewed-on: https://code.wireshark.org/review/1503 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/wmem')
-rw-r--r--epan/wmem/wmem_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wmem/wmem_test.c b/epan/wmem/wmem_test.c
index cf4df082a0..0fa1a31ca4 100644
--- a/epan/wmem/wmem_test.c
+++ b/epan/wmem/wmem_test.c
@@ -407,7 +407,7 @@ static void
wmem_test_allocator_block_fast(void)
{
wmem_test_allocator(WMEM_ALLOCATOR_BLOCK_FAST, NULL,
- MAX_SIMULTANEOUS_ALLOCS*16);
+ MAX_SIMULTANEOUS_ALLOCS*4);
}
static void