Comment on The Most Expensive One-byte Mistake (2011)parentComments−thedufer12yThe problem is hardly solved. Your string length computation is already wrong - the length is the difference between those pointers plus one.
Comments
The problem is hardly solved. Your string length computation is already wrong - the length is the difference between those pointers plus one.