1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00
Files
archived-php-src/ext/opcache/Optimizer
Stanislav Malyshev f90a1a472a Fix shifting signed values too far
Signed shift of 31 for int and 63 for long is flagged as undefined
behavior by UBSan (-fsanitize=undefined) and seems to be indeed so
according to the standard.

The patch converts such cases to use unsigned.
2019-03-05 21:41:22 -08:00
..
2019-02-28 16:43:24 +01:00
2019-02-05 10:33:57 +03:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-02-22 13:42:13 +01:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:57 +03:00
2019-02-22 12:44:36 +01:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-02-19 18:39:44 +03:00
2019-02-05 10:33:28 +03:00
2019-03-05 21:41:22 -08:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-02-19 10:12:01 +01:00
2019-02-05 10:33:28 +03:00
2019-02-22 12:00:49 +01:00
2019-02-05 10:33:28 +03:00
2019-02-19 18:40:05 +03:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:57 +03:00
2019-02-05 10:33:57 +03:00
2019-02-05 10:33:28 +03:00