mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +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:
commit
17bfb3a408
@ -223,7 +223,7 @@ int statsd_format_metric(afl_state_t *afl, char *buff, size_t bufflen) {
|
||||
char tags[MAX_TAG_LEN * 2] = {0};
|
||||
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);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user