Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Issue 2595973002: Stop calling std::isfinite(double) and then casting to float (Closed)

Created:
4 years ago by ccameron
Modified:
3 years, 9 months ago
Reviewers:
CC:
chromium-reviews, ajuma+watch-canvas_chromium.org, dshwang, Justin Novosad, haraken, Rik, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Stop calling std::isfinite(double) and then casting to float BUG=675123

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -21 lines) Patch
M third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp View 17 chunks +38 lines, -21 lines 0 comments Download

Messages

Total messages: 2 (2 generated)
ccameron
Description was changed from ========== Fix ubsan BUG= ========== to ========== Stop calling std::isfinite(double) and ...
4 years ago (2016-12-21 19:26:00 UTC) #1
ccameron
4 years ago (2016-12-21 19:26:00 UTC) #2
Description was changed from

==========
Fix ubsan

BUG=
==========

to

==========
Stop calling std::isfinite(double) and then casting to float

BUG=675123
==========

Powered by Google App Engine
This is Rietveld 408576698