[Webkit-unassigned] [Bug 196855] Fix Covscan uninitialized after ctor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 12 12:25:28 PDT 2019


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

--- Comment #16 from Alexey Proskuryakov <ap at webkit.org> ---
> If so, then WebKit should be added to the actual Coverity Scan Analysis platform, where each "error" can be marked as false positive

Are you talking about <https://scan.coverity.com/projects/webkit>, or some other Coverity platform thing?

> Compiler dude here.  Adding initialization where it is unnecessary is most likely not going to add any overhead.  It won't even add instructions in many cases.

Most of the code that Coverity complains about is not dead code of the kind you describe. Let's look at the changes to GradientImage for example, are you claiming that the compiler is going to eliminate the unnecessary initialization added in this patch?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190412/76439e75/attachment.html>


More information about the webkit-unassigned mailing list