TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Dynamic memcpy()-based overflow detection coming to Linux 6.1
4 points
by
curling_grad
over 2 years ago
1 comment
rurban
over 2 years ago
That's not dynamic, it'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.