Skip to content

Commit

Permalink
statistics: fix crash in update_stat(), reset_stat()
Browse files Browse the repository at this point in the history
(cherry picked from commit 89127cc)
  • Loading branch information
rvlad-patrascu committed May 3, 2019
1 parent 656bf69 commit f0f6cd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/statistics/statistics.c
Expand Up @@ -256,6 +256,8 @@ static int fixup_stat(void** param)
sp->u.name = *param;
}

*param = sp;

return 0;
}

Expand Down

0 comments on commit f0f6cd7

Please sign in to comment.