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

Issue 1951603002: macho: fix printf type mismatches (Closed)

Created:
4 years, 7 months ago by vapier
Modified:
4 years, 7 months ago
Reviewers:
Ted Mielczarek
CC:
google-breakpad-dev_googlegroups.com
Base URL:
https://chromium.googlesource.com/breakpad/breakpad.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

macho: fix printf type mismatches The %ld expects a long signed integer, but we're passing in a size_t. Use %zu which is an unsigned size_t type. R=ted.mielczarek@gmail.com Committed: https://chromium.googlesource.com/breakpad/breakpad/+/b5712766f64605f99fce76924180678d7994d56d

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M src/common/mac/macho_reader.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
vapier
4 years, 7 months ago (2016-05-03 21:58:44 UTC) #2
Ted Mielczarek
lgtm
4 years, 7 months ago (2016-05-04 12:16:54 UTC) #3
vapier
4 years, 7 months ago (2016-05-04 17:20:32 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
b5712766f64605f99fce76924180678d7994d56d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698