New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 628335 link

Starred by 2 users

Issue metadata

Status: Verified
Owner:
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug
Team-Accessibility

Blocked on:
issue 623087



Sign in to add a comment

Crash in blink::AXLayoutObject::accessibilityHitTest

Project Member Reported by ClusterFuzz, Jul 14 2016

Issue description

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=6328202889003008

Fuzzer: inferno_layout_test_fuzzer
Job Type: linux_asan_content_shell_drt
Platform Id: linux

Crash Type: UNKNOWN READ
Crash Address: 0x000000000010
Crash State:
  blink::AXLayoutObject::accessibilityHitTest
  blink::WebAXObject::hitTest
  test_runner::WebAXObjectProxy::ElementAtPoint
  
Regressed: https://cluster-fuzz.appspot.com/revisions?job=linux_asan_content_shell_drt&range=290818:290912

Minimized Testcase (0.20 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97heSmDyA_F3pneY2_GGV-DH5KT-tz44511aSpfqs6NmUnBYzPGZkTtiRtuHNF3MCdPyrxjouvn4VCFicPf_L8hZkLOfbnVOWbChh-nN_4_qmXC7zkKuBodoUJVWEFKgYubW0TkzkIHPbYxD6mWvcytGJOXpA?testcase_id=6328202889003008
<script src="../resources/js-test.js"></script>
<option><style></style><script>
    description();
          var control = accessibilityController.focusedElement.elementAtPoint(100, 100);
    </script>


Filer: mmohammad

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Cc: dsinclair@chromium.org
Components: Blink>DOM
Owner: rnep...@chromium.org
Status: Assigned (was: Available)
Changelist: https://chromium.googlesource.com/chromium/src//+/cbe9a86098dfc52db1f5a910696a28473a1a54de

rnephew@ could you please look into this. Thanks in advance
Blockedon: 623087
Cc: bugsnash@chromium.org
That was a revert of someone elses CL because it was causing perf test bot failures while I was sheriffing. I am not really familiar with the code, and probably am not the correct person to look at this. I am adding the author of the original CL. People are working on trying to figure out why the original CL is causing problems in telemetry test runs already; so maybe this should be merged with that? At the very least I think it should be blocked on that CL, so doing so.
Cc: tkent@chromium.org rnep...@chromium.org kouhei@chromium.org
Components: -Blink>DOM UI>Accessibility Blink>Layout
Labels: Needs-Bisect
Owner: dominicc@chromium.org
tkent, kouhei, does anything in AXLayoutObject::accessibilityHitTest look interesting? Like maybe there's an option whose owner is now null? The repro has an option without select.

(Would be good to bisect this to get a range.)

Comment 4 by kouhei@chromium.org, Jul 15 2016

Cc: dominicc@chromium.org
Owner: kouhei@chromium.org
> does anything in AXLayoutObject::accessibilityHitTest look interesting?
y. will post a CL shortly.
Project Member

Comment 6 by ClusterFuzz, Jul 15 2016

ClusterFuzz has detected this issue as fixed in range 405656:405727.

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=6328202889003008

Fuzzer: inferno_layout_test_fuzzer
Job Type: linux_asan_content_shell_drt
Platform Id: linux

Crash Type: UNKNOWN READ
Crash Address: 0x000000000010
Crash State:
  blink::AXLayoutObject::accessibilityHitTest
  blink::WebAXObject::hitTest
  test_runner::WebAXObjectProxy::ElementAtPoint
  
Regressed: https://cluster-fuzz.appspot.com/revisions?job=linux_asan_content_shell_drt&range=290818:290912
Fixed: https://cluster-fuzz.appspot.com/revisions?job=linux_asan_content_shell_drt&range=405656:405727

Minimized Testcase (0.20 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97heSmDyA_F3pneY2_GGV-DH5KT-tz44511aSpfqs6NmUnBYzPGZkTtiRtuHNF3MCdPyrxjouvn4VCFicPf_L8hZkLOfbnVOWbChh-nN_4_qmXC7zkKuBodoUJVWEFKgYubW0TkzkIHPbYxD6mWvcytGJOXpA?testcase_id=6328202889003008
<script src="../resources/js-test.js"></script>
<option><style></style><script>
    description();
          var control = accessibilityController.focusedElement.elementAtPoint(100, 100);
    </script>


See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.

If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
Project Member

Comment 7 by ClusterFuzz, Jul 15 2016

Labels: ClusterFuzz-Verified
Status: Verified (was: Assigned)
ClusterFuzz testcase is verified as fixed, closing issue.

If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
Project Member

Comment 8 by sheriffbot@chromium.org, Nov 22 2016

Labels: -Restrict-View-EditIssue
Removing EditIssue view restrictions from ClusterFuzz filed bugs. If you believe that this issue should still be restricted, please reapply the label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment