TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hardened_malloc

8 pointsby Seirdyover 3 years ago

2 comments

rurbanover 3 years ago
&gt; The glibc support will be limited to replacing the malloc implementation because musl is a much more robust and cleaner base to build on and can cover the same use cases.<p>Glad that Android shares my opinions. This is based on the OpenBSD malloc without the OpenBSD-typical slowdowns to catch bugs, but with more hardening. No idea about the relation to Rich&#x27; latest rewritten musl malloc, which is less about hardening, more about performance.
评论 #29581224 未加载
egberts1over 3 years ago
I like the part where the blog mentioned certain malloc() library will break under ASLR (i.e., jemalloc, PartitionAlloc).<p>Arena methodology of malloc() design should have been implemented with ALSR enabled.