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

Issue 8402045: code review 8402045: runtime: reset typed dangling pointer (Closed)

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

Description

runtime: reset typed dangling pointer If for whatever reason seh points into Go heap region, the dangling pointer will cause memory corruption during GC. Update issue 5193.

Patch Set 1 #

Patch Set 2 : diff -r 7767d71dcc7b https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r 7767d71dcc7b https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r 7767d71dcc7b https://dvyukov%40google.com@code.google.com/p/go/ #

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

Messages

Total messages: 4
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
12 years ago (2013-04-07 00:28:33 UTC) #1
brainman
LGTM Alex
12 years ago (2013-04-07 01:58:36 UTC) #2
iant
LGTM
12 years ago (2013-04-07 02:52:53 UTC) #3
dvyukov
12 years ago (2013-04-07 03:00:54 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=38009b76c220 ***

runtime: reset typed dangling pointer
If for whatever reason seh points into Go heap region,
the dangling pointer will cause memory corruption during GC.
Update issue 5193.

R=golang-dev, alex.brainman, iant
CC=golang-dev
https://codereview.appspot.com/8402045
Sign in to reply to this message.

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