Message-Id: <
200104091358.OAA24811@tempest.npl.co.uk>
(This corrects the case where the "isn't numeric" string contains \0s
and is longer than the temporary buffer, and contains \0 at the point
the string would be truncated by "...".)
p4raw-id: //depot/perl@9660
*d++ = toCTRL(ch);
}
}
- if (*s) {
+ if (*s < end) {
*d++ = '.';
*d++ = '.';
*d++ = '.';