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
all of those are logging a ByteSpan's pointer as %s but there is no reason the data woul be null-terminated. This can lead to crashes and other bad things.
The text was updated successfully, but these errors were encountered:
all of those are logging a ByteSpan's pointer as
%s
but there is no reason the data woul be null-terminated. This can lead to crashes and other bad things.The text was updated successfully, but these errors were encountered: