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