Skip to content

Commit

Permalink
Merge pull request #312 from jelu/codeql-stack
Browse files Browse the repository at this point in the history
Stack
  • Loading branch information
jelu authored Aug 29, 2024
2 parents 250babb + b00cb11 commit 434d632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/response_time_index.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ int response_time_indexer(const dns_message* m)

int response_time_iterator(const char** label)
{
char label_buf[128];
static char label_buf[128];

if (!label) {
next_iter = 0;
Expand Down

0 comments on commit 434d632

Please sign in to comment.