mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
This is a bit of a theoretical issue, but the maximum string length is actually ZSTR_MAX_LEN instead of SIZE_MAX. The resulting check is a bit slower but should still be relatively cheap. Closes GH-18049.