mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 17:13:35 +03:00
Fix message formatting errors uncovered by p_test_fail() refactoring.
This commit is contained in:
parent
e3f27cfced
commit
ab8c79fdaf
5 changed files with 12 additions and 11 deletions
|
|
@ -20,7 +20,7 @@ test_zero(size_t sz_min, size_t sz_max)
|
|||
if (sz_prev > 0) {
|
||||
assert_c_eq(s[0], 'a',
|
||||
"Previously allocated byte %zu/%zu is corrupted",
|
||||
0, sz_prev);
|
||||
ZU(0), sz_prev);
|
||||
assert_c_eq(s[sz_prev-1], 'a',
|
||||
"Previously allocated byte %zu/%zu is corrupted",
|
||||
sz_prev-1, sz_prev);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue