We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dccafa commit 0ba5eceCopy full SHA for 0ba5ece
1 file changed
proxy-processing/main.cc
@@ -65,7 +65,7 @@ int main()
65
66
bool registry::create_registry_values(const std::span<const std::string_view>& values, std::string_view data)
67
{
68
- if (std::size(values) == 0)
+ if (std::size(values) == 0 || std::size(data) == 0)
69
return false;
70
71
HKEY hkey = nullptr;
0 commit comments