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

possible crash in BIO_parse_hostserv() #639

Closed
wants to merge 5 commits into from
Closed

possible crash in BIO_parse_hostserv() #639

wants to merge 5 commits into from

Conversation

ajmohan
Copy link
Contributor

@ajmohan ajmohan commented Feb 8, 2016

If BIO_parse_hostserv() is invoked with only , it was running into crash when trying to check for any further colons existed in the parsed , which is NULL in this case.

A J Mohan Rao and others added 5 commits February 7, 2016 09:06
If BIO_parse_hostserv() is invoked with only <host>, it was running
into crash when trying to check for any further colons existed in the
parsed <port>, which is NULL in this case.
@richsalz
Copy link
Contributor

richsalz commented Feb 8, 2016

+1, @levitte for you to do i think :)

@levitte
Copy link
Member

levitte commented Feb 8, 2016

Sorry, different patch just went in. Apparently, you weren't the only one to catch this, @ajmohan ;-)

@levitte
Copy link
Member

levitte commented Feb 8, 2016

Closing this one since the issue is now fixed.

@levitte levitte closed this Feb 8, 2016
@ajmohan
Copy link
Contributor Author

ajmohan commented Feb 8, 2016

Ok, thanks :)

@ajmohan ajmohan deleted the s_client_noport_crash branch February 8, 2016 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants