]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix 393099 - posix_memalign() invalid write if alignment == 0
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 15 Apr 2018 06:06:43 +0000 (08:06 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 15 Apr 2018 06:06:43 +0000 (08:06 +0200)
commitd9204e9eedc8a671e6f035318d28cb55440c3a8b
tree32c2cd63581fcd2df2e6f14a1f5655603a7354d1
parent718b47e184bc090b9f2a5f22904f59a272c9018d
Fix 393099 - posix_memalign() invalid write if alignment == 0

Bug and analysis by Gabriel Ganne
coregrind/m_replacemalloc/vg_replace_malloc.c
memcheck/tests/memalign2.c