New issue
Advanced search Search tips

Issue 714673 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

Direct-leak in PartitionAllocGenericFlags

Project Member Reported by ClusterFuzz, Apr 24 2017

Issue description

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

Fuzzer: afl_stylesheet_contents_fuzzer
Job Type: afl_chrome_asan
Platform Id: linux

Crash Type: Direct-leak
Crash Address: 
Crash State:
  PartitionAllocGenericFlags
  PartitionAllocGeneric
  FastMalloc
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=afl_chrome_asan&range=416734:416815

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


Issue filed automatically.

See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reproducing.md for more information.
 
Components: Blink>MemoryAllocator>Partition
Labels: M-60 Test-Predator-Wrong
Owner: palmer@chromium.org
Status: Assigned (was: Untriaged)
Recent changes on file partition_alloc.h done by palmer@. could you please take a look and help us to find correct owner?.
Thank you.

Comment 2 by palmer@google.com, Apr 27 2017

Components: Blink>CSS
I can't reproduce it locally, with afl. Asking ClusterFuzz to Redo Task.

Comment 3 by tasak@google.com, Apr 27 2017

The fuzzer says CSSSelectorList::selector_array_ is leaked. But CSSSelectorList is a part of blink_gc object: StyleRule.

So if we really want to free the selector_array_, we need to invoke blink_gc before exiting the fuzzer. As far as I understand, fuzzer doesn't know anything about gc.

I think, it is ok to suppress this asan error. Or fuzzuer should invoke v8 and blink gc after each test?

Comment 4 by nainar@chromium.org, Apr 28 2017

Components: -Blink>CSS
Project Member

Comment 5 by ClusterFuzz, May 6 2017

ClusterFuzz has detected this issue as fixed in range 469682:469749.

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

Fuzzer: afl_stylesheet_contents_fuzzer
Job Type: afl_chrome_asan
Platform Id: linux

Crash Type: Direct-leak
Crash Address: 
Crash State:
  PartitionAllocGenericFlags
  PartitionAllocGeneric
  FastMalloc
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=afl_chrome_asan&range=416734:416815
Fixed: https://clusterfuzz.com/revisions?job=afl_chrome_asan&range=469682:469749

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


See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reproducing.md 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 6 by ClusterFuzz, May 6 2017

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

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

Sign in to add a comment