Searched defs:mul_tests (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dtest-malloc-overflow.c53 } mul_tests[] = { local
70 if (*stage >= N_ELEMENTS(mul_tests)*2) {
71 *stage -= N_ELEMENTS(mul_tests)*2;
80 i_error("%"PRIuSIZE_T, MALLOC_MULTIPLY(mul_tests[i].a, mul_tests[i].b));
82 i_error("%"PRIuSIZE_T, MALLOC_MULTIPLY(mul_tests[i].b, mul_tests[i].a));

Completed in 675 milliseconds