1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 03:22:58 +02:00
Files
archived-php-src/ext/standard/tests
Max Kellermann c1a06704da Add ZEND_THREEWAY_COMPARE() macro to fix casting underflowed unsigned to signed (#8220)
Casting a huge unsigned value to signed is implementation-defined
behavior in C.  By introducing the ZEND_THREEWAY_COMPARE() macro, we
can sidestep this integer overflow/underflow/casting problem.
2022-06-08 13:24:18 +01:00
..
2021-08-17 11:32:24 +02:00
2021-08-19 10:39:23 +02:00
2021-10-07 11:47:09 +02:00
2022-05-13 12:48:51 +02:00
2021-06-29 17:13:02 +02:00
2022-04-11 12:45:48 +02:00