[Webkit-unassigned] [Bug 43358] Fix warning in JavaScriptCore/wtf/ByteArray.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 10 09:41:44 PDT 2010


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


Gabor Loki <loki at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #64018|                            |review?, commit-queue-
               Flag|                            |




--- Comment #1 from Gabor Loki <loki at webkit.org>  2010-08-10 09:41:44 PST ---
Created an attachment (id=64018)
 --> (https://bugs.webkit.org/attachment.cgi?id=64018)
Fix the array subscript is above array bounds warning in ByteArray on ARM

The proposed patch replaces the m_data array to a zero-sized one, in order to skip the 'array subscript is above array bounds' warning check. I think the reason of this warning should be very similar to this GCC's bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37861

This fix works fine with GCC. I hope the other build-bots will be happy as well ;)

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