New issue
Advanced search Search tips

Issue 868578 link

Starred by 2 users

Issue metadata

Status: Verified
Owner:
Closed: Aug 3
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

Null-dereference READ in mojo::ReportBadMessage

Project Member Reported by ClusterFuzz, Jul 27

Issue description

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

Fuzzer: mojo_fuzzer
Job Type: linux_asan_chrome_mojo
Platform Id: linux

Crash Type: Null-dereference READ
Crash Address: 0x000000000008
Crash State:
  mojo::ReportBadMessage
  content::SessionStorageContextMojo::OpenSessionStorage
  base::internal::Invoker<base::internal::BindState<void
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=linux_asan_chrome_mojo&range=575052:575090

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

Issue filed automatically.

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

Comment 1 by ClusterFuzz, Jul 27

Components: Blink>Storage>DOMStorage Internals>Mojo
Labels: Test-Predator-Auto-Components
Automatically applying components based on crash stacktrace and information from OWNERS files.

If this is incorrect, please apply the Test-Predator-Wrong-Components label.
Owner: dmu...@chromium.org
Status: Assigned (was: Untriaged)
dmurph: in void SessionStorageContextMojo::OpenSessionStorage you sometimes delay actually doing the work, but if you want to asynchronously report a bad message you have to call GetBadMessageCallback() synchronously and call the resulting callback later, rather than trying to to call ReportBadMessage async.
Project Member

Comment 4 by ClusterFuzz, Aug 3

ClusterFuzz has detected this issue as fixed in range 580213:580214.

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

Fuzzer: mojo_fuzzer
Job Type: linux_asan_chrome_mojo
Platform Id: linux

Crash Type: Null-dereference READ
Crash Address: 0x000000000008
Crash State:
  mojo::ReportBadMessage
  content::SessionStorageContextMojo::OpenSessionStorage
  base::internal::Invoker<base::internal::BindState<void
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=linux_asan_chrome_mojo&range=575052:575090
Fixed: https://clusterfuzz.com/revisions?job=linux_asan_chrome_mojo&range=580213:580214

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

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.
Project Member

Comment 5 by ClusterFuzz, Aug 3

Labels: ClusterFuzz-Verified
Status: Verified (was: Assigned)
ClusterFuzz testcase 5457587508871168 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