[Touch-packages] [Bug 1798601] Re: posix_memalign corrupts heap

2025-02-27 Thread Jozef Behran
I am adding a version of the test program that uses ASan to verify no memory bugs occur. ** Attachment added: "An asan enabled version of the posix-memalign test program" https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1798601/+attachment/5858625/+files/memalign-asan.tgz -- You receiv

[Touch-packages] [Bug 1798601] Re: posix_memalign corrupts heap

2025-02-27 Thread Jozef Behran
Gone in noble ** Changed in: eglibc (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to eglibc in Ubuntu. https://bugs.launchpad.net/bugs/1798601 Title: posix_memalign corrupts heap

[Touch-packages] [Bug 1798601] Re: posix_memalign corrupts heap

2025-02-27 Thread Jozef Behran
Gone in noble ** Changed in: mesa (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to eglibc in Ubuntu. https://bugs.launchpad.net/bugs/1798601 Title: posix_memalign corrupts heap S

[Touch-packages] [Bug 1798601] [NEW] posix_memalign corrupts heap

2018-10-18 Thread Jozef Behran
Public bug reported: The attached program exposes a bug in posix_memalign that causes it to either silently corrupt heap or cause the memory allocation checker to report spurious failures. I believe that the former is the case here because on more complex software (minetest or Irrlight tutorial ex