New issue
Advanced search Search tips

Issue 779367 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: Bug



Sign in to add a comment

Null-dereference READ in v8::internal::CallOptimization::IsCrossContextLazyAccessorPair

Project Member Reported by ClusterFuzz, Oct 28 2017

Issue description

Detailed report: https://clusterfuzz.com/testcase?key=5771369005711360

Fuzzer: mbarbella_js_mutation
Job Type: windows_asan_d8
Platform Id: windows

Crash Type: Null-dereference READ
Crash Address: 0x00000013
Crash State:
  v8::internal::CallOptimization::IsCrossContextLazyAccessorPair
  v8::internal::compiler::AccessInfoFactory::ComputePropertyAccessInfo
  v8::internal::compiler::AccessInfoFactory::ComputePropertyAccessInfos
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=windows_asan_d8&range=512234:512266

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5771369005711360

Issue filed automatically.

See https://github.com/google/clusterfuzz-tools for more information.
 
Project Member

Comment 1 by ClusterFuzz, Oct 31 2017

Components: Blink>JavaScript>Compiler Blink>JavaScript>Runtime
Labels: Test-Predator-AutoComponents
Automatically applying components based on crash stacktrace and information from OWNERS files.

If this is incorrect, please apply the Test-Predator-Wrong-Components label.
Project Member

Comment 2 by ClusterFuzz, Oct 31 2017

Labels: Test-Predator-AutoOwner
Owner: verwa...@chromium.org
Status: Assigned (was: Untriaged)
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/v8/v8/+/07de62ca185ebd36df0687e7b6208633a67e41bd ([lazy-accessor-pairs] Don't take the fast paths if the context needs to be switched).

If this is incorrect, please remove the owner and apply the Test-Predator-Wrong-CLs label.
Project Member

Comment 3 by bugdroid1@chromium.org, Nov 2 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/v8/v8.git/+/b976b30b7d7c2aeae34d149aa64f01a8db0bd129

commit b976b30b7d7c2aeae34d149aa64f01a8db0bd129
Author: Toon Verwaest <verwaest@chromium.org>
Date: Thu Nov 02 14:23:32 2017

Check is_simple_api_call before IsCrossContextLazyAccessorPair, accessor could be null

Bug:  chromium:779367 
Change-Id: I0d361ffc9be1e271e91ce81c3e5cf70697c0ac0b
Reviewed-on: https://chromium-review.googlesource.com/749812
Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49081}
[modify] https://crrev.com/b976b30b7d7c2aeae34d149aa64f01a8db0bd129/src/compiler/access-info.cc
[add] https://crrev.com/b976b30b7d7c2aeae34d149aa64f01a8db0bd129/test/mjsunit/regress/regress-crbug-779367.js

Status: Fixed (was: Assigned)
 Issue 780357  has been merged into this issue.
Project Member

Comment 6 by ClusterFuzz, Nov 3 2017

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

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

Comment 7 by ClusterFuzz, Nov 4 2017

ClusterFuzz has detected this issue as fixed in range 513693:513713.

Detailed report: https://clusterfuzz.com/testcase?key=5771369005711360

Fuzzer: mbarbella_js_mutation
Job Type: windows_asan_d8
Platform Id: windows

Crash Type: Null-dereference READ
Crash Address: 0x00000013
Crash State:
  v8::internal::CallOptimization::IsCrossContextLazyAccessorPair
  v8::internal::compiler::AccessInfoFactory::ComputePropertyAccessInfo
  v8::internal::compiler::AccessInfoFactory::ComputePropertyAccessInfos
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=windows_asan_d8&range=512234:512266
Fixed: https://clusterfuzz.com/revisions?job=windows_asan_d8&range=513693:513713

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5771369005711360

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.
Labels: Test-Predator-Auto-CC
Labels: -Test-Predator-AutoComponents Test-Predator-Auto-Components
Labels: -Test-Predator-AutoOwner Test-Predator-Auto-Owner
Labels: -Test-Predator-Auto-CC

Sign in to add a comment