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

Issue 7838050: code review 7838050: cmd/gc: fix nil pointer dereferences. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by remyoudompheng
Modified:
12 years ago
Reviewers:
CC:
golang-dev, dvyukov, dave_cheney.net, rsc
Visibility:
Public.

Description

cmd/gc: fix nil pointer dereferences. Fixes issue 5119.

Patch Set 1 #

Patch Set 2 : diff -r 1dc27f043b78 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 1dc27f043b78 https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 4 : diff -r 319d13f7fda0 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -5 lines) Patch
M src/cmd/gc/dcl.c View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/cmd/gc/subr.c View 1 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 6
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years ago (2013-03-24 09:52:50 UTC) #1
dvyukov
I am not sure it worth fixing, because gc setups own SIGSEGV andler that does ...
12 years ago (2013-03-24 10:12:43 UTC) #2
dave_cheney.net
One small suggestion. @dmitry: I think we should try to address any complaint that the ...
12 years ago (2013-03-25 02:49:42 UTC) #3
dvyukov
On Mon, Mar 25, 2013 at 6:49 AM, <dave@cheney.net> wrote: > One small suggestion. > ...
12 years ago (2013-03-25 04:05:36 UTC) #4
rsc
LGTM The SIGSEGV handler is there to give a nicer error, but it's still good ...
12 years ago (2013-03-25 21:57:54 UTC) #5
remyoudompheng
12 years ago (2013-03-26 07:20:17 UTC) #6
*** Submitted as https://code.google.com/p/go/source/detail?r=924fbbd725d4 ***

cmd/gc: fix nil pointer dereferences.

Fixes issue 5119.

R=golang-dev, dvyukov, dave, rsc
CC=golang-dev
https://codereview.appspot.com/7838050
Sign in to reply to this message.

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