mirror of
https://github.com/php/php-src.git
synced 2026-04-03 14:12:38 +02: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.