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

Issue 761328 link

Starred by 1 user

Issue metadata

Status: Verified
Merged: issue 754124
Owner:
Closed: Jan 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 1
Type: Bug



Sign in to add a comment

Null-dereference READ in blink::ThreadState::Current

Project Member Reported by ClusterFuzz, Sep 1 2017

Issue description

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

Fuzzer: libFuzzer_v8_serialized_script_value_fuzzer
Job Type: mac_libfuzzer_chrome_asan
Platform Id: mac

Crash Type: Null-dereference READ
Crash Address: 0x000000000000
Crash State:
  blink::ThreadState::Current
  unsigned char* blink::ThreadHeap::Allocate<WTF::Vector<blink::Member<blink::Mess
  blink::LLVMFuzzerTestOneInput
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=mac_libfuzzer_chrome_asan&range=447329:447345

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

Issue filed automatically.

See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reproducing.md for more information.
 
Cc: msrchandra@chromium.org
Labels: Test-Predator-Wrong-CLs M-62
Owner: hajimehoshi@chromium.org
Status: Assigned (was: Untriaged)
Predator and CL could not provide any possible suspects.
Using Code Search for the file, "ThreadState.h" assigning to the concern owner.

Suspecting Commit#
https://chromium.googlesource.com/chromium/src/+/e24cb139f9106e3993f52047f8a3ffaa9b5876ac

@hajimehoshi -- Could you please look into the issue, kindly re-assign if this is not related to your changes.
Thank You.
Cc: keishi@chromium.org
Project Member

Comment 3 by ClusterFuzz, Oct 1 2017

Components: Blink>Bindings Blink>MemoryAllocator>GarbageCollection
Labels: Test-Predator-AutoComponents
Automatically applying components based on information from OWNERS files. If this seems incorrect, please apply the Test-Predator-Wrong-Components label.

Comment 4 by mmoroz@chromium.org, Oct 24 2017

For more information, please see https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md.

The link referenced in the description is no longer valid.
Labels: -Test-Predator-AutoComponents Test-Predator-Auto-Components

Comment 6 by lfg@chromium.org, Dec 1 2017

Cc: hajimehoshi@chromium.org
Owner: jbroman@chromium.org
Jeremy, can you take a look? The fuzzer crash is in the SerializedScriptValueFuzzer.

Cc: mmoroz@chromium.org
Labels: OS-Android
Mergedinto: 754124
Status: Duplicate (was: Assigned)
This also smells like LLVMFuzzerInitialize not getting called.

Comment 8 by mmoroz@chromium.org, Dec 22 2017

Indeed, thanks for adding me! I'll land necessary fixes.
Labels: -OS-Android
Cc: -mmoroz@chromium.org jbroman@chromium.org
Owner: mmoroz@chromium.org
Status: Assigned (was: Duplicate)
Actually, I'll probably fix those on a per fuzzer basis. Keeping this issue assigned to me.
Project Member

Comment 11 by ClusterFuzz, Jan 7 2018

ClusterFuzz has detected this issue as fixed in range 526949:527421.

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

Fuzzer: libFuzzer_v8_serialized_script_value_fuzzer
Job Type: mac_libfuzzer_chrome_asan
Platform Id: mac

Crash Type: Null-dereference READ
Crash Address: 0x000000000000
Crash State:
  blink::ThreadState::Current
  unsigned char* blink::ThreadHeap::Allocate<WTF::Vector<blink::Member<blink::Mess
  blink::LLVMFuzzerTestOneInput
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=mac_libfuzzer_chrome_asan&range=447329:447345
Fixed: https://clusterfuzz.com/revisions?job=mac_libfuzzer_chrome_asan&range=526949:527421

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

See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information.

If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
Status: Verified (was: Assigned)

Sign in to add a comment