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

Issue 6856080: code review 6856080: libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check mallo... (Closed)

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

Description

libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return value Update issue 4415.

Patch Set 1 #

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

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

Patch Set 4 : diff -r cda840e2befc https://code.google.com/p/go/ #

Total comments: 12

Patch Set 5 : diff -r d2b512689ae1 https://code.google.com/p/go/ #

Patch Set 6 : diff -r 1fc9db90a940 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -0 lines) Patch
M src/cmd/cc/dcl.c View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M src/cmd/cov/main.c View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M src/cmd/cov/tree.c View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/cmd/ld/dwarf.c View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M src/cmd/prof/main.c View 1 2 3 4 4 chunks +8 lines, -0 lines 0 comments Download
M src/libmach/executable.c View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M src/libmach/obj.c View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4
minux1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 5 months ago (2012-11-25 20:39:26 UTC) #1
rsc
LGTM All the sysfatal can have the { } removed. https://codereview.appspot.com/6856080/diff/4008/src/cmd/cc/dcl.c File src/cmd/cc/dcl.c (right): https://codereview.appspot.com/6856080/diff/4008/src/cmd/cc/dcl.c#newcode1062 ...
11 years, 5 months ago (2012-11-26 18:34:29 UTC) #2
minux1
*** Submitted as http://code.google.com/p/go/source/detail?r=d686006f8945 *** libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return value Update ...
11 years, 5 months ago (2012-11-26 19:05:58 UTC) #3
dave_cheney.net
11 years, 5 months ago (2012-11-26 21:47:13 UTC) #4
Thanks.
Sign in to reply to this message.

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