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

Issue 153950043: code review 153950043: runtime: Check callers in can_recover if return address... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by iant
Modified:
9 years, 8 months ago
Reviewers:
CC:
iant, gofrontend-dev_googlegroups.com
Visibility:
Public.

Description

runtime: Check callers in can_recover if return address doesn't match. Also use __builtin_extract_return_address and tighten up the checks in FFI code. Fixes PR 60406.

Patch Set 1 #

Patch Set 2 : 50bdfe92960f4b78fe2ed3c032cdad64c0b259c1 https://iant%40golang.org@code.google.com/p/gofrontend/ #

Patch Set 3 : 50bdfe92960f4b78fe2ed3c032cdad64c0b259c1 https://iant%40golang.org@code.google.com/p/gofrontend/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -78 lines) Patch
M libgo/go/reflect/makefunc_ffi_c.c View 1 2 2 chunks +10 lines, -17 lines 0 comments Download
M libgo/runtime/go-defer.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M libgo/runtime/go-panic.h View 1 2 1 chunk +5 lines, -2 lines 0 comments Download
M libgo/runtime/go-recover.c View 1 2 3 chunks +177 lines, -56 lines 0 comments Download
M libgo/runtime/panic.c View 1 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 2
iant
Hello iant (cc: gofrontend-dev@googlegroups.com), I'd like you to review this change to https://iant%40golang.org@code.google.com/p/gofrontend/
9 years, 8 months ago (2014-10-08 14:02:02 UTC) #1
iant
9 years, 8 months ago (2014-10-08 14:02:15 UTC) #2
*** Submitted as
https://code.google.com/p/gofrontend/source/detail?r=569e72035892 ***

runtime: Check callers in can_recover if return address	doesn't match.

Also use __builtin_extract_return_address and tighten up the
checks in FFI code.

Fixes PR 60406.

R=iant
CC=gofrontend-dev
https://codereview.appspot.com/153950043
Sign in to reply to this message.

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