Null-dereference in blink::Node::IsShadowRoot |
|||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5987509749415936 Fuzzer: inferno_layout_test_unmodified Job Type: windows_syzyasan_content_shell Platform Id: windows Crash Type: Null-dereference Crash Address: 0x0000000b Crash State: blink::Node::IsShadowRoot blink::Document::UpdateStyleAndLayoutTreeForNode blink::TreeScope::getElementById Memory Tool: SYZYASAN Regressed: https://clusterfuzz.com/revisions?job=windows_syzyasan_content_shell&range=498677:498753 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5987509749415936 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Sep 6 2017
kochi@, could you triage? input.focus() is used in the reproducer testcase.
,
Sep 6 2017
Reproduced locally. Will take a look.
,
Sep 6 2017
The test is invalid. Test is getting shadow root of <input> via window.internals.shadowRoot() API. This is not web-exposed and same issue won't happen for shadow hosts that are created by JS-exposed .attachShadow() API. |
|||
►
Sign in to add a comment |
|||
Comment 1 by msrchandra@chromium.org
, Sep 5 2017Labels: Test-Predator-Wrong
Owner: hayato@chromium.org
Status: Assigned (was: Untriaged)