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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 15 14:34:11 PDT 2019


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

--- Comment #37 from Eike Rathke <erack at redhat.com> ---
(In reply to Darin Adler from comment #4)
> > Source/WebCore/html/HTMLMediaElement.cpp:2105
> > -        if (actionIfInvalid == Complain)
> > +        if (actionIfInvalid == Complain) {
> >              FrameLoader::reportLocalLoadFailed(frame.get(), url.stringCenterEllipsizedToLength());
> >              ERROR_LOG(LOGIDENTIFIER, url , " was rejected by SecurityOrigin");
> > +        }
> >          return false;
> 
> Good fix, but a different Coverity error, not uninitialized data members.

I submitted that with a separate bug #196933.

-- 
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/20190415/807270f9/attachment.html>


More information about the webkit-unassigned mailing list