1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00
Files
archived-php-src/ext
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
..
2022-04-11 16:58:13 +01:00
2022-05-16 11:01:28 +02:00
2022-01-31 21:44:31 +01:00
2022-06-03 07:55:51 +02:00
2022-06-06 01:11:49 -06:00
2022-05-05 10:14:56 +02:00
2022-06-01 11:46:59 +02:00
2022-06-08 11:38:16 +01:00
2022-06-07 10:08:40 -05:00
2022-05-03 12:44:32 +02:00
2022-06-02 17:36:02 +01:00
2022-05-12 14:55:11 +02:00
2021-12-22 12:36:53 +01:00
2022-05-23 16:53:16 +02:00
2022-05-16 14:47:02 +02:00
2022-04-25 14:30:26 +02:00