alignedMaximum <= stepRange.maximum() |
|||||
Issue descriptionDetailed report: https://cluster-fuzz.appspot.com/testcase?key=4923981237059584 Fuzzer: inferno_twister Job Type: linux_debug_content_shell_drt Platform Id: linux Crash Type: ASSERT Crash Address: Crash State: alignedMaximum <= stepRange.maximum() blink::InputType::applyStep blink::InputType::stepUp Minimized Testcase (7.40 Kb): https://cluster-fuzz.appspot.com/download/AMIfv95kGqfjO--jS17FFqnYnr1z2Yx8xst_cEfcqfZtXnaM4WTBSF-5JPQPPJbDraqPmUwWMTK8182Vm2qq0CnoBR0F01XQPnQ3e7MaUyxAtYWeEpx9qXHNzssOL3efNRG_rYAVWnwcuymtFS2yy6J7NFks5uhU2g Additional requirements: Requires HTTP Filer: mummareddy See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
,
Jun 7 2016
Moving this nonessential bug to the next milestone. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Jun 8 2016
,
Jun 9 2016
ClusterFuzz has detected this testcase as flaky and is unable to reproduce it in the original crash revision. Skipping fixed testing check and marking it as potentially fixed. Detailed report: https://cluster-fuzz.appspot.com/testcase?key=4923981237059584 Fuzzer: inferno_twister Job Type: linux_debug_content_shell_drt Platform Id: linux Crash Type: ASSERT Crash Address: Crash State: alignedMaximum <= stepRange.maximum() blink::InputType::applyStep blink::InputType::stepUp Minimized Testcase (7.40 Kb): https://cluster-fuzz.appspot.com/download/AMIfv94fexIJ-h8KGQuQK0o6wbk9rJH65xsz4TrvQ2srbsSBbwR2J_F3GD5sVWRE5k6Kg72tNez0PJLw8RlxTfoovg8C3ejXibW0ioSx9jPrba_QqZ1lo-jF2_gwrli7woArgkswLNTOa4qIa6FOuTUEpXiIEj-UjA Additional requirements: Requires HTTP See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
Jun 13 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/ee4915d796448f4024de2c943a52b007021ead03 commit ee4915d796448f4024de2c943a52b007021ead03 Author: tkent <tkent@chromium.org> Date: Mon Jun 13 21:59:52 2016 Fix an assertion failure in InputType::applyStep() If stepBase is extremely larger than step or maximum, the old code produced alignedMaximum larger than maximum(). This CL fixes it. - The core logic is moved to StepRange class to improve testability - Move the stream printer for Decimal because it is used in DCHECK_LE(). BUG= 617809 Review-Url: https://codereview.chromium.org/2048943002 Cr-Commit-Position: refs/heads/master@{#399563} [modify] https://crrev.com/ee4915d796448f4024de2c943a52b007021ead03/third_party/WebKit/Source/core/html/forms/InputType.cpp [modify] https://crrev.com/ee4915d796448f4024de2c943a52b007021ead03/third_party/WebKit/Source/core/html/forms/StepRange.cpp [modify] https://crrev.com/ee4915d796448f4024de2c943a52b007021ead03/third_party/WebKit/Source/core/html/forms/StepRange.h [modify] https://crrev.com/ee4915d796448f4024de2c943a52b007021ead03/third_party/WebKit/Source/core/html/forms/StepRangeTest.cpp [modify] https://crrev.com/ee4915d796448f4024de2c943a52b007021ead03/third_party/WebKit/Source/platform/Decimal.cpp [modify] https://crrev.com/ee4915d796448f4024de2c943a52b007021ead03/third_party/WebKit/Source/platform/Decimal.h [modify] https://crrev.com/ee4915d796448f4024de2c943a52b007021ead03/third_party/WebKit/Source/platform/DecimalTest.cpp
,
Jun 13 2016
ClusterFuzz testcase is verified as fixed, closing issue. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
,
Jun 15 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/ee4915d796448f4024de2c943a52b007021ead03 commit ee4915d796448f4024de2c943a52b007021ead03 Author: tkent <tkent@chromium.org> Date: Mon Jun 13 21:59:52 2016 Fix an assertion failure in InputType::applyStep() If stepBase is extremely larger than step or maximum, the old code produced alignedMaximum larger than maximum(). This CL fixes it. - The core logic is moved to StepRange class to improve testability - Move the stream printer for Decimal because it is used in DCHECK_LE(). BUG= 617809 Review-Url: https://codereview.chromium.org/2048943002 Cr-Commit-Position: refs/heads/master@{#399563} [modify] https://crrev.com/ee4915d796448f4024de2c943a52b007021ead03/third_party/WebKit/Source/core/html/forms/InputType.cpp [modify] https://crrev.com/ee4915d796448f4024de2c943a52b007021ead03/third_party/WebKit/Source/core/html/forms/StepRange.cpp [modify] https://crrev.com/ee4915d796448f4024de2c943a52b007021ead03/third_party/WebKit/Source/core/html/forms/StepRange.h [modify] https://crrev.com/ee4915d796448f4024de2c943a52b007021ead03/third_party/WebKit/Source/core/html/forms/StepRangeTest.cpp [modify] https://crrev.com/ee4915d796448f4024de2c943a52b007021ead03/third_party/WebKit/Source/platform/Decimal.cpp [modify] https://crrev.com/ee4915d796448f4024de2c943a52b007021ead03/third_party/WebKit/Source/platform/Decimal.h [modify] https://crrev.com/ee4915d796448f4024de2c943a52b007021ead03/third_party/WebKit/Source/platform/DecimalTest.cpp
,
Jun 15 2016
ClusterFuzz has detected this testcase as flaky and is unable to reproduce it in the original crash revision. Skipping fixed testing check and marking it as potentially fixed. Detailed report: https://cluster-fuzz.appspot.com/testcase?key=4923981237059584 Fuzzer: inferno_twister Job Type: linux_debug_content_shell_drt Platform Id: linux Crash Type: ASSERT Crash Address: Crash State: alignedMaximum <= stepRange.maximum() blink::InputType::applyStep blink::InputType::stepUp Minimized Testcase (7.40 Kb): https://cluster-fuzz.appspot.com/download/AMIfv94fexIJ-h8KGQuQK0o6wbk9rJH65xsz4TrvQ2srbsSBbwR2J_F3GD5sVWRE5k6Kg72tNez0PJLw8RlxTfoovg8C3ejXibW0ioSx9jPrba_QqZ1lo-jF2_gwrli7woArgkswLNTOa4qIa6FOuTUEpXiIEj-UjA Additional requirements: Requires HTTP See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
Nov 22 2016
Removing EditIssue view restrictions from ClusterFuzz filed bugs. If you believe that this issue should still be restricted, please reapply the label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by mummare...@chromium.org
, Jun 6 2016Owner: tkent@chromium.org
Status: Assigned (was: Available)