Closed
Bug 740187
Opened 14 years ago
Closed 14 years ago
[Skia] Prevent the ARM implementation of memset16 from failing if count=0
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: gw280, Assigned: gw280)
References
Details
Attachments
(1 file)
1.66 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
arm_memset16 in Skia segfaults if called with count=0. This has been fixed upstream in http://codereview.appspot.com/5639051/
Assignee | ||
Comment 1•14 years ago
|
||
Import patch from http://codereview.appspot.com/5639051/
Attachment #610331 -
Flags: review?(matt.woodrow)
Comment 2•14 years ago
|
||
Comment on attachment 610331 [details] [diff] [review]
fix memset
Review of attachment 610331 [details] [diff] [review]:
-----------------------------------------------------------------
Fine with me.
Might be worth considering updating to the latest upstream version at some point. Hopefully doing it frequently will reduce the merging pain.
Attachment #610331 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Updated•14 years ago
|
Blocks: skia-android
Assignee | ||
Comment 3•14 years ago
|
||
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 4•14 years ago
|
||
Target Milestone: --- → mozilla14
You need to log in
before you can comment on or make changes to this bug.
Description
•