Posted Nov 13, 2010 2:52 UTC (Sat) by neilbrown (subscriber, #359)
[Link]
So we can save the world by creating a 'memmv' in glibc which aliases memmove? Brilliant!
Glibc change exposing bugs
Posted Nov 15, 2010 16:43 UTC (Mon) by renox (subscriber, #23785)
[Link]
Too late!
And memcpy should also be named as mem_unsafe_copy, but yes if you tell developers to use safe function by default and to optimize only when they can show benchmarks that the optimisation will make a difference, then yes, you'd get probably better software (if a bit slower).