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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 15 09:34:49 PDT 2019


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

--- Comment #31 from Eike Rathke <erack at redhat.com> ---
So, taking only my newer changes and weeding out everything marked "not needed" above leaves just the NaN-or-not-NaN case

--- webkitgtk-2.22.7/Source/WebCore/animation/DeclarativeAnimation.h.covscan_uninit_ctor        2019-02-28 11:08:20.000000000 +0100
+++ webkitgtk-2.22.7/Source/WebCore/animation/DeclarativeAnimation.h    2019-04-04 00:36:57.991556884 +0200
@@ -69,7 +69,7 @@ private:
     Ref<Animation> m_backingAnimation;
     bool m_wasPending { false };
     AnimationEffectReadOnly::Phase m_previousPhase { AnimationEffectReadOnly::Phase::Idle };
-    double m_previousIteration;
+    double m_previousIteration { 0.0 };
     GenericEventQueue m_eventQueue;
 };


I guess this bug can be closed then. And sorry for fuzz.

-- 
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/24c4232d/attachment.html>


More information about the webkit-unassigned mailing list