mirror of
https://github.com/php/php-src.git
synced 2026-04-10 09:33:06 +02:00
We use the proper type, and make sure that no overflow can occur by using `safe_emalloc()` (we can assume that neither string length is `SIZE_MAX`). Closes GH-6845.