Skip to content

Commit

Permalink
Make sure we NULL terminate our pool ID
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-grunder committed Jun 25, 2020
1 parent dd3a11a commit 0838b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ redis_pool_spprintf(RedisSock *redis_sock, char *fmt, ...) {
fmt++;
}

smart_str_0(&str);
return str.s;
}

Expand Down

0 comments on commit 0838b5b

Please sign in to comment.