[Webkit-unassigned] [Bug 72413] [Safari] XHR progress events overflow on uploads larger than 2^31

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 13:58:16 PST 2011


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





--- Comment #1 from Darin Adler <darin at apple.com>  2011-11-15 13:58:16 PST ---
(In reply to comment #0)
> Apparently happens a lot on video sharing sites during uploading.
> 
> Doing some rudimentary digging around I think it comes from ResourceHandleMac.mm's use of NSInteger:

NSInteger is 64-bit in 64-bit binaries like Safari. So that can’t be it unless it’s a 32-bit version of Safari.

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