millert
f194bdc090
When finding the end of dst, never traverse more than siz bytes. This
keeps us from misbehaving if the user gives us a src string that is not NUL-terminated. This is one of those "should not happen" cases but it is good to play it safe. Pointed out by Casper Dik <casper@holland.sun.com> |
25 years ago | |
---|---|---|
src | When finding the end of dst, never traverse more than siz bytes. This | 25 years ago |