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/intl
Nikita Popov bfe9531dc1 Initialize int_codepoint in parse_code_point_param()
This is being passed to convert_cp(), and passing an uninitialized
value to a function is undefined behavior. Clang 14 makes use of
noundef facts aggressively and miscompiles this code if not
initialized.
2022-02-16 19:01:44 +01:00
..
2021-05-17 16:33:35 +02:00
2021-05-17 16:33:35 +02:00
2021-05-17 16:33:35 +02:00
2021-11-02 16:15:25 +01:00
2020-08-10 09:52:22 +02:00
2020-07-06 21:23:35 +02:00