You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
thomas536
on 27 May 2009 at 1:02The text was updated successfully, but these errors were encountered: