[Webkit-unassigned] [Bug 51036] New: [GTK] Unsigned values substraction bug in SoupCache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 14 07:15:44 PST 2010


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

           Summary: [GTK] Unsigned values substraction bug in SoupCache
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: m.pakula at samsung.com


There is bug soup-http-input-stream.c in function webkit_soup_http_input_stream_got_chunk at line 270:

if (priv->caller_bufsize - priv->caller_nread > 0) {

as both of values type is gsize which unsigned int it always will be greater than zero when values are different.

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