Issue metadata
Sign in to add a comment
|
Null-dereference READ in blink::AXMenuList::AddChildren |
||||||||||||||||||||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=6181520154034176 Fuzzer: inferno_layout_test_unmodified Job Type: linux_ubsan_vptr_content_shell_drt Platform Id: linux Crash Type: Null-dereference READ Crash Address: 0x000000000000 Crash State: blink::AXMenuList::AddChildren blink::AXObject::Children blink::AXMenuList::DidUpdateActiveOption Sanitizer: undefined (UBSAN) Regressed: https://clusterfuzz.com/revisions?job=linux_ubsan_vptr_content_shell_drt&range=508795:508862 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6181520154034176 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Nov 2 2017
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/chromium/src/+/cf117f4619c991b812bc17da94305ad86a1217ae (Expose ARIA application for aria-activedescendant ). If this is incorrect, please remove the owner and apply the Test-Predator-Wrong-CLs label.
,
Nov 5 2017
I've update patch-set for current issue as below. https://chromium-review.googlesource.com/c/chromium/src/+/753167
,
Nov 7 2017
,
Nov 7 2017
,
Nov 7 2017
,
Nov 7 2017
,
Nov 13 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/f2357fd60fcda8b432ad044e7d218b18abd4cb50 commit f2357fd60fcda8b432ad044e7d218b18abd4cb50 Author: deejay <djmix.kim@samsung.com> Date: Mon Nov 13 10:02:02 2017 Null dereference in AXMenuList::DidUpdateActiveOption This fixes a Null-dereference READ error in AXMenuList. It can get a issue while adding children in AXObject::UpdateChildrenIfNecessary. We check HasChildren() before accessing children to fix it. Bug: 780931 Change-Id: Ia8442643a7ba06114453084d8208d25393dab865 Reviewed-on: https://chromium-review.googlesource.com/753167 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#515910} [modify] https://crrev.com/f2357fd60fcda8b432ad044e7d218b18abd4cb50/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp
,
Nov 18 2017
ClusterFuzz has detected this issue as fixed in range 514498:517702. Detailed report: https://clusterfuzz.com/testcase?key=6181520154034176 Fuzzer: inferno_layout_test_unmodified Job Type: linux_ubsan_vptr_content_shell_drt Platform Id: linux Crash Type: Null-dereference READ Crash Address: 0x000000000000 Crash State: blink::AXMenuList::AddChildren blink::AXObject::Children blink::AXMenuList::DidUpdateActiveOption Sanitizer: undefined (UBSAN) Regressed: https://clusterfuzz.com/revisions?job=linux_ubsan_vptr_content_shell_drt&range=508795:508862 Fixed: https://clusterfuzz.com/revisions?job=linux_ubsan_vptr_content_shell_drt&range=514498:517702 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6181520154034176 See https://github.com/google/clusterfuzz-tools for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
Nov 18 2017
ClusterFuzz testcase 6181520154034176 is verified as fixed, so closing issue as verified. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue. |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by ClusterFuzz
, Nov 2 2017Labels: Test-Predator-AutoComponents