Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
htsmsg_list_2_csv - fix wrong memory access
  • Loading branch information
perexg committed Nov 2, 2015
1 parent f2b133d commit 927b695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/htsmsg.c
Expand Up @@ -1069,6 +1069,7 @@ htsmsg_list_2_csv(htsmsg_t *m, char delim, int human)
if (human) {
sep[0] = delim;
sep[1] = ' ';
sep[2] = '\0';
ssep = "";
} else {
sep[0] = delim;
Expand Down

0 comments on commit 927b695

Please sign in to comment.