Open nkallen opened 1 year ago
https://github.com/keygen-sh/example-cpp-cryptographic-license-files/blob/30682baebd4897ac1f27350aefbc4b648aa66db5/main.cpp#L167
Should probably
if (cert.size() < prefix.size() + suffix.size()) return "";
to avoid segfault
https://github.com/keygen-sh/example-cpp-cryptographic-license-files/blob/30682baebd4897ac1f27350aefbc4b648aa66db5/main.cpp#L167
Should probably
to avoid segfault