author | Florian Forster <ff@octo.it> | |
Tue, 13 Sep 2016 18:52:58 +0000 (20:52 +0200) | ||
committer | GitHub <noreply@github.com> | |
Tue, 13 Sep 2016 18:52:58 +0000 (20:52 +0200) | ||
commit | 0030d4216cda0062baf7f9047bb524eebfaaf1ad | |
tree | f07b39e16038df97375c0041c07e27b22c5fdf6b | tree | snapshot |
parent | ee1cd3f1b15680ddf6777703c5714d209cf68881 | commit | diff |
regex match: snprintf → ssnprintf
ssnprintf() ensures null termination, which is especially important when using "%s" in the format.
ssnprintf() ensures null termination, which is especially important when using "%s" in the format.
src/match_regex.c | diff | blob | history |