[Webkit-unassigned] [Bug 41345] Parameter names in frame src URLs parsed incorrectly if resembles HTML entity code followed by underscore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 29 18:01:34 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41345





--- Comment #7 from Darin Adler <darin at apple.com>  2010-06-29 18:01:33 PST ---
(From update of attachment 60073)
> +                        if (entity->code > 255)
> +                            break;

What's the meaning of the magic number 255 here? If it was a named constant it could have a name or comment indicating why 255 is the correct number.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list