Skip to content

2.14: Handle invalid UTF-8 input

Compare
Choose a tag to compare
@walles walles released this 01 Nov 06:09
· 580 commits to master since this release
Previous releases would crash on invalid UTF-8 input.

To not crash, this release uses the following function for parsing
incoming data into strings:

https://doc.rust-lang.org/std/string/struct.String.html#method.from_utf8_lossy