Skip to content
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

Make path in checkoutProgressBlock optional #517

Merged
merged 1 commit into from
Aug 29, 2015
Merged

Make path in checkoutProgressBlock optional #517

merged 1 commit into from
Aug 29, 2015

Conversation

alehed
Copy link
Contributor

@alehed alehed commented Aug 28, 2015

The path from the checkout progress block is set to nil when
called the first time from git_checkout_iterator. This happens
when calling report_progress() on line 2547 in checkout.c. This
in turn causes a crash.

The path from the checkout progress block is set to nil when
called the first time from git_checkout_iterator. This happens
when calling report_progress() on line 2547 in checkout.c. This
in turn causes a crash.
@phatblat phatblat self-assigned this Aug 29, 2015
@phatblat phatblat added the bug label Aug 29, 2015
@phatblat
Copy link
Member

Nice find! 🎉

phatblat added a commit that referenced this pull request Aug 29, 2015
Make path in checkoutProgressBlock optional
@phatblat phatblat merged commit d65f262 into libgit2:master Aug 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants