Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(25)

Issue 66110043: code review 66110043: cmd/gc: fix printf format in typecheck.c (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by r
Modified:
11 years, 1 month ago
Reviewers:
rsc, bradfitz
CC:
rsc, bradfitz, golang-codereviews, rick
Visibility:
Public.

Description

cmd/gc: fix printf format in typecheck.c There are probably more of these, but bound and len are 64 bits so use %lld in message about array index out of bounds. Fixes the 386 build.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/cmd/gc/typecheck.c View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4
r
Hello rsc (cc: golang-codereviews@googlegroups.com, rickarnoldjr@gmail.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 1 month ago (2014-02-19 20:00:07 UTC) #1
bradfitz
LGTM
11 years, 1 month ago (2014-02-19 20:13:03 UTC) #2
rsc
LGTM
11 years, 1 month ago (2014-02-19 20:13:29 UTC) #3
rsc
11 years, 1 month ago (2014-02-19 20:50:55 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=916d82f583b7 ***

cmd/gc: fix printf format in typecheck.c
There are probably more of these, but bound and len are 64 bits so use %lld
in message about array index out of bounds.
Fixes the 386 build.

LGTM=bradfitz, rsc
R=rsc, bradfitz
CC=golang-codereviews, rickarnoldjr
https://codereview.appspot.com/66110043

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b