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
There are several places that feature a length calculation, followed by an explicit xMalloc/xCalloc and a final xSnprintf into a buffer like this (example from PCPDynamicColumn_addMetric):
There are several places that feature a length calculation, followed by an explicit
xMalloc
/xCalloc
and a finalxSnprintf
into a buffer like this (example fromPCPDynamicColumn_addMetric
):This should better be implemented using
xAsprintf
:There are several more such places, in particular in the PCP platform code that I noticed (but likely elsewhere too).
The text was updated successfully, but these errors were encountered: