mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
This subtraction may overflow the signed domain, which is UB. Use an unsigned subtraction instead.
This subtraction may overflow the signed domain, which is UB. Use an unsigned subtraction instead.