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
The returned vector is backed by freed memory, because slice is dropped at the end of the function.
slice
The text was updated successfully, but these errors were encountered:
Yep I see the problem; good catch!
Sorry, something went wrong.
9e9f1fb
This looks like a use-after-free bug, which is typically exploitable. Please file a security advisory at https://github.com/RustSec/advisory-db
I understand this has been fixed over a year ago, but please do it anyway for the sake of people who haven't updated their dependencies in a while.
@Shnatsel Sure thing, will do.
sagebind
No branches or pull requests
The returned vector is backed by freed memory, because
slice
is dropped at the end of the function.The text was updated successfully, but these errors were encountered: