mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
e2059a4697
Truncating to an int seems dangerous, esp. in combination with a MIN macro. I don't see a reason to truncate the length from size_t to int, and especially no reason to change the signedness. Closes GH-20747.