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

Issue 819896 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

CHECK failure: false. failed to open UTS46 data with error: U_FILE_ACCESS_ERROR. If you see thi

Project Member Reported by ClusterFuzz, Mar 8 2018

Issue description

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

Fuzzer: libFuzzer_signed_exchange_header_parser_fuzzer
Job Type: libfuzzer_chrome_ubsan
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  false. failed to open UTS46 data with error: U_FILE_ACCESS_ERROR. If you see thi
  url::UIDNAWrapper::UIDNAWrapper
  base::LazyInstanceTraitsBase<>::New
  
Sanitizer: undefined (UBSAN)

Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_ubsan&range=541421:541432

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

Issue filed automatically.

See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information.
 
Cc: brajkumar@chromium.org
Components: Internals>Core
Labels: -Type-Bug M-67 Test-Predator-Wrong Type-Bug-Regression
Owner: js...@chromium.org
Status: Assigned (was: Untriaged)
Predator and CL could not provide any possible suspects.

Using Code Search for the file, "url_canon_icu.cc" and observed some recent changes for the below file.

Suspect CL: https://chromium.googlesource.com/chromium/src/+/c5698b5c9d00bc9f9e9960995f6def95c714a41d%5E%21/url/url_canon_icu.cc

jshin@ -- Could you please check whether this is caused with respect to your change, if not please help us in assigning it to the right owner.

Thanks!

Comment 2 by js...@chromium.org, Mar 8 2018

Cc: js...@chromium.org
 Issue 819749  has been merged into this issue.

Comment 3 by js...@chromium.org, Mar 8 2018

Labels: -Type-Bug-Regression Type-Bug
This is not a regression. See https://chromium-review.googlesource.com/871350 for an example of fix. 


Comment 4 by js...@chromium.org, Mar 8 2018

Owner: horo@chromium.org
horo@ : can you make a CL similar to the one in comment 3?  Thank you 

Comment 5 by js...@chromium.org, Mar 8 2018

Cc: horo@chromium.org
Owner: ksakamoto@chromium.org
Well, ksakamoto@ added a fuzzer. So, it'd be fairer to ask him :-). 

Project Member

Comment 6 by bugdroid1@chromium.org, Mar 12 2018

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

commit a65aaad7f9281737a9c3a2f55241436e351003f3
Author: Kunihiko Sakamoto <ksakamoto@chromium.org>
Date: Mon Mar 12 07:14:17 2018

Initialize ICU in SignedExchangeHeaderParser fuzzer

ICU needs to be initialized explicitly, because Signature header parsing
involves URL parsing which relies on ICU for IDN handling.

Bug:  819896 
Change-Id: Ia2c63e34eed78a586c7b471eec9b78ac9fbcb953
Reviewed-on: https://chromium-review.googlesource.com/958782
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Abhishek Arya <inferno@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542436}
[modify] https://crrev.com/a65aaad7f9281737a9c3a2f55241436e351003f3/content/test/fuzzer/BUILD.gn
[modify] https://crrev.com/a65aaad7f9281737a9c3a2f55241436e351003f3/content/test/fuzzer/signed_exchange_header_parser_fuzzer.cc

Status: Fixed (was: Assigned)
Project Member

Comment 8 by ClusterFuzz, Mar 13 2018

ClusterFuzz has detected this issue as fixed in range 542431:542437.

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

Fuzzer: libFuzzer_signed_exchange_header_parser_fuzzer
Job Type: libfuzzer_chrome_ubsan
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  false. failed to open UTS46 data with error: U_FILE_ACCESS_ERROR. If you see thi
  url::UIDNAWrapper::UIDNAWrapper
  base::LazyInstanceTraitsBase<>::New
  
Sanitizer: undefined (UBSAN)

Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_ubsan&range=541421:541432
Fixed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_ubsan&range=542431:542437

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

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

Comment 9 by ClusterFuzz, Mar 15 2018

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