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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 12 09:14:02 PDT 2019


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

--- Comment #6 from Darin Adler <darin at apple.com> ---
(In reply to Eike Rathke from comment #5)
> However, I think there is nothing coding style involved but rather most are
> indeed some "left uninitialized" errors. Or could you point out an example
> that you think is only coding style?

I will once I review more. I am pretty sure I spotted some that are technically uninitialized, but semantically there is no need to initialize. A source code analyzer can’t see enough of the semantics to understand the the optimization, lack of initialization, is safe.

-- 
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/d9c3f6dc/attachment-0001.html>


More information about the webkit-unassigned mailing list