mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
93e0f6b424
At least on 32-bit, the address computations overflow in running the test on CI with UBSAN enabled. Fix it by reordering the arithmetic. Since a part of the expression is already used in the code above the computation, this should not negatively affect performance. Closes GH-10936.
144 KiB
144 KiB