We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See rust-lang/rust#77499 for an example of a similar issue.
In ws this is the error message when you try to use DeflateHandler:
ws
attempted to zero-initialize type `deflate::ffi::z_stream`, which is invalid
Installing an older version with rustup makes it work: rustup install nightly-2020-09-26.
rustup install nightly-2020-09-26
As I understand, the issue is here:
ws-rs/src/deflate/context.rs
Line 70 in 6a47eaf
The text was updated successfully, but these errors were encountered:
Fixed housleyjk#330: rust UB runtime panic
2bf3737
Fixed housleyjk#330: rust UB runtime panic in deflate
dbe884d
Successfully merging a pull request may close this issue.
See rust-lang/rust#77499 for an example of a similar issue.
In
ws
this is the error message when you try to use DeflateHandler:Installing an older version with rustup makes it work:
rustup install nightly-2020-09-26
.As I understand, the issue is here:
ws-rs/src/deflate/context.rs
Line 70 in 6a47eaf
The text was updated successfully, but these errors were encountered: