Summary: | array index out of bounds | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Daniel Marjamäki <danielm77> |
Component: | khtml | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | porten |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Marjamäki
2008-10-18 17:50:19 UTC
Thanks for the report but are you sure the analysis is correct? The parseAlpha parameter is set to false and the colorArray[3] assignment is guarded by a if(parseAlpha) check. So it'll not be executed in this case. That is true. I didn't consider the parseAlpha. |