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
If you call mxmlSetXxx with the existing string pointer, it will be freed and then allocated, causing a use-after-free error. Ideally they should detect the "same pointer" case and not bother doing a strdup, and in the case of mxmlSetTextf the string should be freed AFTER the formatting is done.
The text was updated successfully, but these errors were encountered:
If you call mxmlSetXxx with the existing string pointer, it will be freed and then allocated, causing a use-after-free error. Ideally they should detect the "same pointer" case and not bother doing a strdup, and in the case of mxmlSetTextf the string should be freed AFTER the formatting is done.
The text was updated successfully, but these errors were encountered: