[Webkit-unassigned] [Bug 131508] win64 build fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 12 18:36:46 PDT 2014


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





--- Comment #6 from Alex Christensen <alex.christensen at flexsim.com>  2014-04-12 18:37:07 PST ---
(In reply to comment #5)
> Also, this function won’t work for any sizes that are greater than the maximum unsigned. It probably should either take an argument of type unsigned or work properly for large values of type size_t. Taking a size_t, and malfunctioning, seems like a strange choice.
I was shooting for a non-invasive fix, and I was assuming that size wouldn't get anywhere near ULONG_MAX.  Do you think it would be worth switching all the unsigned types to size_t?  I'm a big fan of using size_t unless a different type is needed, but I also don't work on JavaScriptCore much and don't want to muck up their code.

-- 
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