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
I think the macros for c-style strings like u16cstr! should validate their input and check for interior nuls like other crates like cstr and wchar do.
Otherwise it is possible to construct illegal strings without any unchecked method.
The text was updated successfully, but these errors were encountered:
I think the macros for c-style strings like
u16cstr!
should validate their input and check for interior nuls like other crates likecstr
andwchar
do.Otherwise it is possible to construct illegal strings without any unchecked method.
The text was updated successfully, but these errors were encountered: