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.

Dynamic memcpy()-based overflow detection coming to Linux 6.1

4 pointsby curling_gradover 2 years ago

1 comment

rurbanover 2 years ago
That&#x27;s not dynamic, it&#x27;s still using BOS, _builtin_object_size, the classic FORTIFY compile-time check.<p>A dynamic check would look at the first field in malloced regions to get the dynamic size.