url: Added bounds checking to parse_login_details()
Added bounds checking when searching for the separator characters within the login string as this string may not be NULL terminated (For example it is the login part of a URL). We do this in preference to allocating a new string to copy the login details into which could then be passed to parse_login_details() for performance reasons.
parent
cc7f6a2d
Please register or sign in to comment