mirror of
https://github.com/php/php-src.git
synced 2026-04-08 00:22:52 +02:00
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.