mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
It seems that this code has a peculiar interpretation of "len", where it actually points to the last character, not one past it. So we need +1 here for that extra char and another +1 for the terminating null byte.