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

Issue 11199043: code review 11199043: cmd/5l, cmd/6l, cmd/8l: increase error buffer size (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by rsc
Modified:
11 years, 9 months ago
Reviewers:
CC:
ken2, golang-dev
Visibility:
Public.

Description

cmd/5l, cmd/6l, cmd/8l: increase error buffer size STRINGSZ (200) is fine for lines generated by things like instruction dumps, but an error containing a couple file names can easily exceed that, especially on Macs with the ridiculous default $TMPDIR.

Patch Set 1 #

Patch Set 2 : diff -r d607f47f640d https://code.google.com/p/go/ #

Patch Set 3 : diff -r d607f47f640d https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M src/cmd/5l/list.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/6l/list.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/8l/list.c View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2
rsc
Hello ken2 (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 9 months ago (2013-07-12 02:49:12 UTC) #1
rsc
11 years, 9 months ago (2013-07-12 02:49:18 UTC) #2
*** Submitted as https://code.google.com/p/go/source/detail?r=072c72aa0c17 ***

cmd/5l, cmd/6l, cmd/8l: increase error buffer size

STRINGSZ (200) is fine for lines generated by things like
instruction dumps, but an error containing a couple file
names can easily exceed that, especially on Macs with
the ridiculous default $TMPDIR.

R=ken2
CC=golang-dev
https://codereview.appspot.com/11199043
Sign in to reply to this message.

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