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

Issue 9117014: Use memcpy() instead of violating strict-aliasing rules. (Closed)

Created:
8 years, 11 months ago by Evan Martin
Modified:
8 years, 11 months ago
Reviewers:
Yusuke Sato
CC:
chromium-reviews
Visibility:
Public.

Description

Use memcpy() instead of violating strict-aliasing rules. (This is the approach suggested by the standard. Modern compilers inline memcpy anyway.)

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M include/opentype-sanitiser.h View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Evan Martin
8 years, 11 months ago (2012-01-24 00:23:51 UTC) #1
Yusuke Sato
lgtm, thanks!
8 years, 11 months ago (2012-01-24 03:29:58 UTC) #2
Yusuke Sato
8 years, 11 months ago (2012-01-24 09:45:57 UTC) #3
submitted to the OTS repository in r80 and rolled Chrome DEPS.

Powered by Google App Engine
This is Rietveld 408576698