johnsonjh / duma

duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
https://github.com/johnsonjh/duma
GNU General Public License v2.0
100 stars 10 forks source link

C11 aligned_alloc() not supported #192

Open banburybill opened 2 years ago

banburybill commented 2 years ago

The C11 allocator aligned_alloc() is not currently supported, and so causes an error when memory allocated via that call is freed.