Closed Arcterus closed 1 year ago
Because we use OsStr::to_string_lossy() and stuff like that, there's potential data loss. I'm not sure if we really care though (i.e. I doubt most people are using uname and co. beyond operating system checks and the like).
OsStr::to_string_lossy()
uname
Because we use
OsStr::to_string_lossy()
and stuff like that, there's potential data loss. I'm not sure if we really care though (i.e. I doubt most people are usinguname
and co. beyond operating system checks and the like).