mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
While both source and destination buffers have the same size (6 bytes), and this is unlikely to change in the future, we nonetheless fix the illogical `strncpy` size. Based on a pull request provided by Cristian Rodríguez.