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.
At
librdkafka/src/rdkafka_request.c
Line 6628 in 3f52de4
rd_strdupis 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.