https://bugs.kde.org/show_bug.cgi?id=474332

--- Comment #7 from Paul Floyd <pjfl...@wanadoo.fr> ---
With this:

    char *p = aligned_alloc(3, 4);

I get

standalone:
Allocation failed!

Valgrind 3.21:
Allocation failed!

Valgrind git head:
==1279== Invalid alignment value: 3 (should be a power of 2)
==1279==    at 0x4848D82: aligned_alloc (vg_replace_malloc.c:2242)
==1279==    by 0x10915F: main (aa.c:5)
==1279== 
Allocation failed!

Did you re-run autogeh.sh and configure?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to