[Webkit-unassigned] [Bug 26875] Large buffer allocation on the stack

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 1 01:25:53 PDT 2009


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





------- Comment #3 from tkent at chromium.org  2009-07-01 01:25 PDT -------
(In reply to comment #2)
> In what sense are they too large for the stack?

It's almost subjective.
Chromium doesn't have any problems about this "large" buffers.  However
Coverity Prevent tool detected it as defects and they might make problems on
other platforms.
If you think we don't need to fix them, it's ok to reject the patch.

> Rather than manually calling delete it would be preferable to use an OwnPtr to
> make the code more robust against future modifications.

Dows OwnPtr work for arrays?


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



More information about the webkit-unassigned mailing list