-
Notifications
You must be signed in to change notification settings - Fork 398
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
Null pointer dereference in git_remote_fetch
#819
Comments
Thanks for putting together the reproduction. I have filed libgit2/libgit2#6243 with upstream. A workaround is to use a refspec with a destination, as in |
- see rust-lang/git2-rs#819 - else segfault on `cargo run -- test-samples --source https://github.com/ffizer/template_sample.git --rev "3ab3bc67b5fab58ceecc031f7ed0eb29c0e0fff8" `
It looks like the issue is fixed in upstream
|
Yep. I've been preparing a bump, but there are some snags that are delaying it. Hopefully soon! |
0.14.1
, with the featurevendored-libgit2
The following Rust programs triggers a segfault due a null pointer dereference in
git_remote_fetch
:I initially thought it to be related to #813 as the problem only appeared recently: everything worked fine a few days ago. Since then I updated my system but did not touch my cargo lock file or config. However, according to @saethlin, this is a different bug.
The text was updated successfully, but these errors were encountered: