regex match: snprintf → ssnprintf
authorFlorian Forster <ff@octo.it>
Tue, 13 Sep 2016 18:52:58 +0000 (20:52 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Sep 2016 18:52:58 +0000 (20:52 +0200)
commit0030d4216cda0062baf7f9047bb524eebfaaf1ad
treef07b39e16038df97375c0041c07e27b22c5fdf6b
parentee1cd3f1b15680ddf6777703c5714d209cf68881
regex match: snprintf → ssnprintf

ssnprintf() ensures null termination, which is especially important when using "%s" in the format.
src/match_regex.c