]> granicus.if.org Git - php/commit
Fix another crash with long formats (#6145)
authorStanislav Malyshev <stas@php.net>
Mon, 14 Aug 2000 11:07:28 +0000 (11:07 +0000)
committerStanislav Malyshev <stas@php.net>
Mon, 14 Aug 2000 11:07:28 +0000 (11:07 +0000)
commit821042278eb04b5f0baf50357d3a928debccec3c
tree76b5278671e63a179c27fb3250fa08c9ef65a1e7
parent97c200b170976fd686c55511a897658b8d0e25f6
Fix another crash with long formats (#6145)
# From strncpy manual:
# In the case where the length of src is less than  that  of
# n, the remainder of dest will be padded with nulls.
ext/standard/formatted_print.c