-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
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
Valgrind reports that statx arguments point to unaddressable bytes #68979
Comments
/cc @oxalica (from what appears to be the original commit) |
Looks genuine, we do indeed pass in 0s to the syscall:
|
Try valgrind master. It was fixed there. |
@glandium what was? We do in fact get |
As to why the "dubious" call: #65685 |
Cool. Closing as inactionable. |
Ignoring until valgrind doesn't report the issue unrelated to dync (rust-lang/rust#68979)
If anyone is wondering, the fix in valgrind is available on version 3.16.0 and up to be exact (released 2020-05-27). |
I tried this code:
I compiled it and ran it under Valgrind:
I expected to see that Valgrind reported no errors.
Instead, it reports errors:
Meta
rustc --version --verbose
:rustc +nightly --version --verbose
:The text was updated successfully, but these errors were encountered: