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
The old code was copying in N-1 chars, then creating a string of length N from
them, so ending up with a random byte in the string, which could lead to the
string not being valid UTF-8.
Fixesproject-chip#26891
The old code was copying in N-1 chars, then creating a string of length N from
them, so ending up with a random byte in the string, which could lead to the
string not being valid UTF-8.
Fixes#26891
The old code was copying in N-1 chars, then creating a string of length N from
them, so ending up with a random byte in the string, which could lead to the
string not being valid UTF-8.
Fixesproject-chip#26891
The old code was copying in N-1 chars, then creating a string of length N from
them, so ending up with a random byte in the string, which could lead to the
string not being valid UTF-8.
Fixes#26891
Reproduction steps
Bug prevalence
Always
GitHub hash of the SDK that was being used
58420de
Platform
k32w
Platform Version(s)
All.
Anything else?
The problem is this code:
which leaves one char at the end of the name with a random value.
The text was updated successfully, but these errors were encountered: