TcpStream::connect() results in use-of-uninitialized-value #49893
Labels
C-bug
Category: This is a bug.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Hi.
When running the following program:
If I compile with the flag
-Z sanitizer=memory
and I run the program, the sanitizer will output the following error:Rust version:
rustc 1.27.0-nightly (056f589fb 2018-04-07)
Thanks to fix this issue.
The text was updated successfully, but these errors were encountered: