mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 14:09:03 +00:00
The variable `config_size_ret` is only assigned to inside the `if`. If the condition is false, we would read uninitialized data. Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>