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

Issue 7965043: code review 7965043: cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS ... (Closed)

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

Description

cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate definition. Fixes issue 5105.

Patch Set 1 #

Patch Set 2 : diff -r 86d952ac0976 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 86d952ac0976 https://go.googlecode.com/hg/ #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -0 lines) Patch
M src/cmd/5l/obj.c View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M src/cmd/6l/obj.c View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/cmd/8l/obj.c View 1 1 chunk +4 lines, -0 lines 0 comments Download
A test/fixedbugs/issue5105.go View 1 1 chunk +10 lines, -0 lines 0 comments Download
A test/fixedbugs/issue5105.dir/a.go View 1 1 chunk +7 lines, -0 lines 0 comments Download
A test/fixedbugs/issue5105.dir/b.go View 1 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 8
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-22 08:06:18 UTC) #1
dave_cheney.net
LGTM. I can no longer reproduce the problem on my 10.7.5 system. I wonder why ...
12 years ago (2013-03-22 09:04:53 UTC) #2
remyoudompheng
I could reproduce consistently on linux/386 and linux/amd64 2013/3/22, dave@cheney.net <dave@cheney.net>: > LGTM. I can ...
12 years ago (2013-03-22 09:32:33 UTC) #3
dave_cheney.net
Excellent. I'm glad we have a reliable test case in the test/ tree. On Fri, ...
12 years ago (2013-03-22 09:33:13 UTC) #4
DMorsing
LGTM
12 years ago (2013-03-22 09:48:51 UTC) #5
remyoudompheng
Any opinion from rsc or cshapiro? The regression was introduced by CL 7399045 : changeset: ...
12 years ago (2013-03-22 17:50:39 UTC) #6
rsc
LGTM
12 years ago (2013-03-25 20:00:34 UTC) #7
remyoudompheng
12 years ago (2013-03-25 21:10:13 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=2ac4f6f628f1 ***

cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate
definition.

Fixes issue 5105.

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

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