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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 12 12:19:22 PDT 2019


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

--- Comment #15 from Eike Rathke <erack at redhat.com> ---
(In reply to Eike Rathke from comment #13)
> > > Source/WebCore/Modules/webaudio/DelayDSPKernel.h:53
> > >      int m_writeIndex;
> > 
> > Both constructors initialize this to 0, so might as well modernize them by
> > initializing it here instead of in the constructors' initializer lists.
> > 
> > > Source/WebCore/Modules/webaudio/DelayDSPKernel.h:56
> > >      bool m_firstTime;
> > 
> > Ditto.
> Ditto, both from the old patch.

Or rather, it's old here, but not in bug #186798 (which carries only
changes to Source/JavaScriptCore/), maybe in a patch at one of the other
bugs I can't see?

-- 
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/86dff5b0/attachment.html>


More information about the webkit-unassigned mailing list