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

NullPointerException in SipURL.java #37

Closed
GoogleCodeExporter opened this issue Jun 29, 2015 · 1 comment
Closed

NullPointerException in SipURL.java #37

GoogleCodeExporter opened this issue Jun 29, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

In r86 of trunk/src/org/zoolu/sip/address/SipURL.java, the SipURL(String
hostname, int portnumber) constructor calls init(null, hostname,
portnumber). On line 93 within init(String username, String hostname, int
portnumber), there is no test to see if username is null, so the
username.indexOf call can throw a NullPointerException.

Original issue reported on code.google.com by thomas536 on 27 May 2009 at 1:02

@GoogleCodeExporter
Copy link
Author

Original comment by pmerl...@googlemail.com on 11 Jun 2009 at 12:00

  • Changed state: Fixed

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

No branches or pull requests

1 participant