mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-20 22:39:03 +00:00
c25709f3964f1675a03c1a4f1315a09a4386c0bc
The way that program sources were being constructed involved capturing pointers to strings that were allocated on the stack, and then trying to use them outside of that scope. This change uses a stringstream defined in the outer scope to build the program instead.
Description
Languages
C++
84.5%
C
14.7%
CMake
0.5%
Python
0.3%