vqrmbkog
when do we get an optimized version of hardened_malloc. is there any plan to work on this.
It's already optimized. You can use the standard lite configuration for lower overhead by not having the higher overhead security features enabled.
i have one more qn on linux when hardened_malloc is enabled for gtk apps none of them seems to work it always crash whenever i open gtk related packages? i manage my vm from qemu script but the main problem is for clipboard functionality to work i need to use remote-viewer or spicy both of them relies on gtk with hardened malloc its not working at all can you give me any solution i know its not anything related to android but if you have any solution can you please share it. I love this hardened_malloc very much needed on linux i don't want to disable it at all ;)
Applications which aren't working either have memory corruption bugs which are being detected or they have issues with using an alternate malloc implementation due to using dynamic linking incorrectly. There are no known compatibility issues caused by any other reason. This release resolved a compatibility issue caused by a bug handling an edge case for realloc of small allocations aligned to beyond page size which has never been seen occurring in the real world.