mirror of
https://github.com/php/php-src.git
synced 2026-03-28 18:22:42 +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.