GNOME Bugzilla – Bug 726040
networkaddress: fix parsing of uri with @ after authority
Last modified: 2014-04-25 22:29:18 UTC
Created attachment 271446 [details] [review] possible patch gnetworkaddress assumes that an @ sign in the uri is always part of the authority and proceeds with parsing the userinfo before it, which might then fail. Attached patch checks only parses the userinfo if the @ sign was part of the authority.
Comment on attachment 271446 [details] [review] possible patch ok
Can you push it? I can't do that.
done
*** Bug 725457 has been marked as a duplicate of this bug. ***
can this fix be pushed to the 2.40 branch and so be available in the next minor update (2.40.1) instead of 2.42?
(In reply to comment #5) > can this fix be pushed to the 2.40 branch done