Commit 16da9886 authored by psychocrypt's avatar psychocrypt
Browse files

OpenCL: avoid out of memory access

During the initialization of the compile parameter for OpenCL it could be that the
fixed size buffer is to small. To avoid this we are now using `std::string`.
There is no problem by using `std::string` because this part of code is not perfromance critical.
parent 0f1a8279
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment