[Webkit-unassigned] [Bug 23609] Do not append trailing slash to urls with no path for KURL::parse
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 28 22:40:38 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23609
------- Comment #3 from ap at webkit.org 2009-01-28 22:40 PDT -------
Where is the single argument constructor called from? If it's called with a
string that is not already an output of KURL::parse algorithm, then it is
likely that an arbitrary string can be passed via this code path, so a
two-argument constructor should be used.
This assertion usually fires on seemingly innocuous things like this one, but
uncovers real bugs at call sites nonetheless.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list