Unverified Commit 994305ff authored by Mihai Moldovan's avatar Mihai Moldovan

Merge branch 'uli42-pr/fix_segfault' into 3.6.x

Attributes GH PR #848: https://github.com/ArcticaProject/nx-libs/pull/848 Fixes: ArcticaProject/nx-libs#847
parents 5405447e dc7a78b4
...@@ -1103,6 +1103,9 @@ static void nxagentParseSingleOption(char *name, char *value) ...@@ -1103,6 +1103,9 @@ static void nxagentParseSingleOption(char *name, char *value)
URLDecodeInPlace(value); URLDecodeInPlace(value);
if (!value)
value = "";
if (!strcmp(name, "kbtype") || if (!strcmp(name, "kbtype") ||
!strcmp(name, "keyboard") || !strcmp(name, "keyboard") ||
!strcmp(name, "id") || !strcmp(name, "id") ||
......
Markdown is supported
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