You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rd_strdup is used to duplicate the metric name, but the string isn't NULL terminated, as coming from protocol buffer so it continues reading outside string boundaries.