You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The intermediate computation can cause a signed integer overflow, but
the input is correctly rejected later on by the check on variable `n`.
Solve this by using an unsigned number.
* PHP-8.3:
FixGH-18309: ipv6 filter integer overflow
FixGH-18304: Changing the properties of a DateInterval through dynamic properties triggers a SegFault
* PHP-8.4:
FixGH-18309: ipv6 filter integer overflow
FixGH-18304: Changing the properties of a DateInterval through dynamic properties triggers a SegFault
Description
The following code:
Resulted in this output:
PHP Version
nightly
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered: