mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
Merge pull request #1882 from m4drat/statsd-banner-fix
Use sync_id instead of use_banner while building statsd metric messages
This commit is contained in:
@ -223,7 +223,7 @@ int statsd_format_metric(afl_state_t *afl, char *buff, size_t bufflen) {
|
|||||||
char tags[MAX_TAG_LEN * 2] = {0};
|
char tags[MAX_TAG_LEN * 2] = {0};
|
||||||
if (afl->statsd_tags_format) {
|
if (afl->statsd_tags_format) {
|
||||||
|
|
||||||
snprintf(tags, MAX_TAG_LEN * 2, afl->statsd_tags_format, afl->use_banner,
|
snprintf(tags, MAX_TAG_LEN * 2, afl->statsd_tags_format, afl->sync_id,
|
||||||
VERSION);
|
VERSION);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user