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

fix incorrect connection close #18

Merged
merged 1 commit into from Jan 25, 2016
Merged

fix incorrect connection close #18

merged 1 commit into from Jan 25, 2016

Conversation

Labels
None yet
Projects
None yet
2 participants
@pminmax945
Copy link
Contributor

@pminmax945 pminmax945 commented Jan 18, 2016

when obfs4 connection create failed,conn variable is
set to nil already. this leads nil dereference problem

when obfs4 connection create failed,conn variable is
set to nil already.
@Yawning Yawning merged commit c0e8866 into Yawning:master Jan 25, 2016
@Yawning
Copy link
Owner

@Yawning Yawning commented Jan 25, 2016

Merged. I went and also fixed the other transports that inherited the issue (since this is boilerplate).

Thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment