[webkit-reviews] review requested: [Bug 40632] [chromium] WebURL should have a < operator : [Attachment 59161] Fixed bug: comparing "a" and "aa" would return strings as equal.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 18 15:12:52 PDT 2010


Jay Civelli <jcivelli at chromium.org> has asked  for review:
Bug 40632: [chromium] WebURL should have a < operator
https://bugs.webkit.org/show_bug.cgi?id=40632

Attachment 59161: Fixed bug: comparing "a" and "aa" would return strings as
equal.
https://bugs.webkit.org/attachment.cgi?id=59161&action=review

------- Additional Comments from Jay Civelli <jcivelli at chromium.org>
Changed the code to use strcmp instead of strncmp since CString are NULL
terminated.


More information about the webkit-reviews mailing list