WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
4529
Forgotten memcpy() in CGShading code
https://bugs.webkit.org/show_bug.cgi?id=4529
Summary
Forgotten memcpy() in CGShading code
Eric Seidel (no email)
Reported
2005-08-19 09:47:14 PDT
Looks fine to me. You should not have to do any range clamping yourself. Perhaps the bug is in static void cgGradientCallback(void *info, const float *inValues, float *outColor) { ... } else if (!(inValue < stops[stopsCount-1].offset)) { outColor = stops[stopsCount-1].colorArray; // How does this work again !!! } else { }
Attachments
Fixes forgotten memcpy
(928 bytes, patch)
2005-08-19 09:51 PDT
,
Eric Seidel (no email)
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2005-08-19 09:51:52 PDT
Created
attachment 3470
[details]
Fixes forgotten memcpy
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