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

Issue 675134 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jan 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

(val)<=(std::numeric_limits<N>::max()) in operator.cc

Project Member Reported by ClusterFuzz, Dec 16 2016

Issue description

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=5426162538119168

Fuzzer: mbarbella_js_mutation
Job Type: linux_ubsan_vptr_d8
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  (val)<=(std::numeric_limits<N>::max()) in operator.cc
  
Regressed: https://cluster-fuzz.appspot.com/revisions?job=linux_ubsan_vptr_d8&range=426008:426025

Minimized Testcase (0.38 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97v-ucwzvLo9TQuQC4vPQOlVs4PDL8BLKTl5zTyd6WG186J1_pmxBjG5Xth25uio4qFezW8kSzoVszOjnxBY5kV3DBgUy3N2E6QLT5k977pAi1BPx4nSb2yOWEfqrHMNO31ixC3LGTQzOAyaysmTbfGJh5B9A?testcase_id=5426162538119168
function __f_1(n) {
  test_prefix = 'prefix ';
  test_suffix = ' suffix';
  var __v_1 = 'test_prefix + (function f(';
  for (var __v_2 = 0; __v_2 < n ; __v_2++) {
    if (__v_2 != 0) __v_1 += ',';
    __v_1 += '__v_2' + __v_2;
  }
  __v_1 += ') { return __v_2' + (n - n % 2) / 2 + '; })(';
  
  __v_1 += ') + test_suffix';
  return eval(__v_1);
}
try {
 __f_1(65535);
 __f_1();
} catch(e) {; }


Issue filed automatically.

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Cc: msrchandra@chromium.org
Labels: Test-Predator-Wrong
Owner: ahaas@chromium.org
Status: Assigned (was: Untriaged)
Find it and CL did no provide any possible suspects.
Using Code Search for the file, "operator.cc" assigning to the concern owner.
Suspecting Commit#
https://chromium.googlesource.com/v8/v8/+/2f3ca961c7bd525dd8aac3540d3b5b692b259a2b

@ahaas -- Could you please look into the issue, kindly re-assign if this is not related to your changes.
Thank You.
Project Member

Comment 2 by ClusterFuzz, Jan 26 2017

Status: WontFix (was: Assigned)
ClusterFuzz testcase 5426162538119168 is flaky and no longer reproduces, so closing issue.

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

Sign in to add a comment