We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbf15e commit 01be2a1Copy full SHA for 01be2a1
libs/pilight/libs/pilight/core/json.c
@@ -806,7 +806,7 @@ static bool parse_object(const char **sp, JsonNode **out)
806
bool parse_string(const char **sp, char **out)
807
{
808
const char *s = *sp;
809
- SB sb;
+ SB sb = { NULL, NULL, NULL};
810
char throwaway_buffer[4];
811
/* enough space for a UTF-8 character */
812
char *b;
0 commit comments