New issue
Advanced search Search tips

Issue 837187 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Apr 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

Float-cast-overflow in blink::ThemePainterDefault::PaintSliderTrack

Project Member Reported by ClusterFuzz, Apr 26 2018

Issue description

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

Fuzzer: ifratric-browserfuzzer-v3
Job Type: linux_ubsan_chrome
Platform Id: linux

Crash Type: Float-cast-overflow
Crash Address: 
Crash State:
  blink::ThemePainterDefault::PaintSliderTrack
  blink::BoxPainter::PaintBoxDecorationBackgroundWithRect
  blink::BoxPainter::PaintBoxDecorationBackground
  
Sanitizer: undefined (UBSAN)

Regressed: https://clusterfuzz.com/revisions?job=linux_ubsan_chrome&range=552707:552711

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

Issue filed automatically.

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

Comment 1 by ClusterFuzz, Apr 26 2018

Components: Blink>Paint
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.
Labels: ClusterFuzz-Ignore
Status: WontFix (was: Untriaged)
Crash is with this code and zoom = 0.01:

unzoomed_rect.SetWidth(unzoomed_rect.Width() / zoom_level);

I don't think this one is actionable in that it does not go through any explicit cast and we don't want range checking in SetWidth on IntRect.
Project Member

Comment 3 by ClusterFuzz, May 3 2018

Labels: Needs-Feedback
ClusterFuzz testcase 4748010874208256 is still reproducing on tip-of-tree build (trunk).

If this testcase was not reproducible locally or unworkable, ignore this notification and we will file another bug soon with hopefully a better and workable testcase.

Otherwise, if this is not intended to be fixed (e.g. this is an intentional crash), please add ClusterFuzz-Ignore label to prevent future bug filing with similar crash stacktrace.

Sign in to add a comment