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
we really ought to remove use of the create_random_data function entirely given that it's so error-prone. This shouldn't be too bad, since there are only a dozen or so places where create_random_data is called, and about half of the uses are in these two files.
The text was updated successfully, but these errors were encountered:
create_random_data
is an error-prone function that returns a pointer to allocated memory using malloc.As mentioned in #2177:
The text was updated successfully, but these errors were encountered: