[Webkit-unassigned] [Bug 90669] Fix loadRGBA8AsFloat to work with older GCC as well

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 6 06:39:27 PDT 2012


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


Zoltan Herczeg <zherczeg at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #151075|review+                     |review-
               Flag|                            |




--- Comment #4 from Zoltan Herczeg <zherczeg at webkit.org>  2012-07-06 06:39:27 PST ---
(From update of attachment 151075)
View in context: https://bugs.webkit.org/attachment.cgi?id=151075&action=review

> Source/WebCore/platform/graphics/filters/arm/NEONHelpers.h:40
> -    uint32x2_t temporary1 = vset_lane_u32(*source, temporary1, 0);
> +    uint32x2_t temporary1 = vld1_u32(source);

I think vld1_u32 reads a whole register, which can lead to buffer overflow.

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