[Bug sanitizer/61693] [asan] is not intercepting aligned_alloc

2017-07-18 Thread ygribov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61693 Yury Gribov changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug sanitizer/61693] [asan] is not intercepting aligned_alloc

2017-07-07 Thread tetra2005 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61693 Yuri Gribov changed: What|Removed |Added CC||tetra2005 at gmail dot com --- Comment #5

[Bug sanitizer/61693] [asan] is not intercepting aligned_alloc

2014-07-04 Thread kcc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61693 Kostya Serebryany kcc at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug sanitizer/61693] [asan] is not intercepting aligned_alloc

2014-07-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61693 --- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org --- Just declare it yourself? If libasan always contains the aligned_alloc symbol, then the testcase will link even when system glibc does not contain it...

[Bug sanitizer/61693] [asan] is not intercepting aligned_alloc

2014-07-04 Thread kcc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61693 --- Comment #3 from Kostya Serebryany kcc at gcc dot gnu.org --- yep, that's the plan...

[Bug sanitizer/61693] [asan] is not intercepting aligned_alloc

2014-07-04 Thread kcc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61693 Kostya Serebryany kcc at gcc dot gnu.org changed: What|Removed |Added CC|