mirror of
https://github.com/php/php-src.git
synced 2026-04-06 23:53:30 +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.