Skip to content
Snippets Groups Projects
Commit f3f72c5d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add nul termination

parent 192f8354
No related branches found
No related tags found
No related merge requests found
......@@ -286,6 +286,7 @@ static int hex_escape( char *buf, const char *s, int list )
}
}
buf[pos] = '\0';
return pos;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment