WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
107646
REGRESSION(
r140338
): WebKitGtk+ trying to allocate a buffer too big
https://bugs.webkit.org/show_bug.cgi?id=107646
Summary
REGRESSION(r140338): WebKitGtk+ trying to allocate a buffer too big
Sergio Villar Senin
Reported
2013-01-23 00:48:38 PST
REGRESSION(
r140338
): WebKitGtk+ trying to allocate a buffer too big
Attachments
Patch
(2.57 KB, patch)
2013-01-23 00:53 PST
,
Sergio Villar Senin
cgarcia
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sergio Villar Senin
Comment 1
2013-01-23 00:53:31 PST
Created
attachment 184175
[details]
Patch
Carlos Garcia Campos
Comment 2
2013-01-23 01:07:36 PST
Comment on
attachment 184175
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=184175&action=review
Thanks
> Source/WebCore/ChangeLog:9 > + g_input_stream_read_async() to workaround a glib buffer. The former
I guess you mean to workaround a glib bug? Assuming skip is more efficient than read, I think we could add a FIXME pointing to the glib bug to use skip again once the glib bug is fixed.
Sergio Villar Senin
Comment 3
2013-01-23 01:10:32 PST
(In reply to
comment #2
)
> (From update of
attachment 184175
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=184175&action=review
> > Thanks > > > Source/WebCore/ChangeLog:9 > > + g_input_stream_read_async() to workaround a glib buffer. The former > > I guess you mean to workaround a glib bug? Assuming skip is more efficient than read, I think we could add a FIXME pointing to the glib bug to use skip again once the glib bug is fixed.
Sure, it was a glib bug. I guess the FIXME had to be added in
r140338
but I can add it here.
Sergio Villar Senin
Comment 4
2013-01-23 01:22:52 PST
Committed
r140524
: <
http://trac.webkit.org/changeset/140524
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug