https://bugs.kde.org/show_bug.cgi?id=474332
--- Comment #8 from Stefano Bonicatti <smj...@gmail.com> --- (In reply to Paul Floyd from comment #7) > 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? I'm a dummy, I confused myself looking at the wrong ALIGNED_ALLOC (the one that received the modification) and missed that I had to re-run autogen. Sorry for the time lost. -- You are receiving this mail because: You are watching all bug changes.