Bug 205959 - CSSTransition is missing default initialization for m_currentStyle
Summary: CSSTransition is missing default initialization for m_currentStyle
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-08 14:34 PST by Sunny He
Modified: 2020-02-12 00:39 PST (History)
5 users (show)

See Also:


Attachments
Patch (6.02 KB, patch)
2020-01-08 14:49 PST, Sunny He
no flags Details | Formatted Diff | Diff
Patch (6.06 KB, patch)
2020-01-31 13:35 PST, Sunny He
no flags Details | Formatted Diff | Diff
Patch (6.06 KB, patch)
2020-01-31 16:07 PST, Sunny He
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sunny He 2020-01-08 14:34:40 PST
rdar://57073673

This causes occasional null-pointer crashes when currentStyle() gets called on the CSSTransition before resolve.
Comment 1 Sunny He 2020-01-08 14:49:00 PST
Created attachment 387141 [details]
Patch
Comment 2 Sunny He 2020-01-31 13:35:22 PST
Created attachment 389404 [details]
Patch
Comment 3 Sunny He 2020-01-31 16:07:23 PST
Created attachment 389436 [details]
Patch
Comment 4 WebKit Commit Bot 2020-02-12 00:39:55 PST
Comment on attachment 389436 [details]
Patch

Clearing flags on attachment: 389436

Committed r256427: <https://trac.webkit.org/changeset/256427>
Comment 5 WebKit Commit Bot 2020-02-12 00:39:57 PST
All reviewed patches have been landed.  Closing bug.