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

Issue 316850043: TBR: i#2047: fix crash from signals_pending check

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 5 months ago by bruening
Modified:
7 years, 5 months ago
Reviewers:
zhaoqin
CC:
dynamorio-devs_googlegroups.com
Visibility:
Public.

Description

Commit log for first patchset: --------------- i#2047: fix crash from signals_pending check Fixes a crash due to the signals_pending check at the top of fcache_enter clobbering callee-saved registers and then returning to the caller. Fixes #2047 ---------------

Patch Set 1 #

Patch Set 2 : Committed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -5 lines) Patch
M core/arch/aarch64/emit_utils.c View 1 chunk +3 lines, -2 lines 0 comments Download
M core/arch/arm/emit_utils.c View 3 chunks +11 lines, -3 lines 0 comments Download
M core/arch/emit_utils_shared.c View 2 chunks +2 lines, -0 lines 0 comments Download
M core/arch/x86/emit_utils.c View 2 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 2
bruening
7 years, 5 months ago (2016-11-01 20:10:12 UTC) #1
bruening
7 years, 5 months ago (2016-11-01 20:10:15 UTC) #2
Committed as
https://github.com/DynamoRIO/dynamorio/commit/831d5593a434db942ea029c133e9397...

Final commit log: 
---------------
i#2047: fix crash from signals_pending check

Fixes a crash due to the signals_pending check at the top of fcache_enter
clobbering callee-saved registers and then returning to the caller.

Fixes #2047

Review-URL: https://codereview.appspot.com/316850043
---------------
Sign in to reply to this message.

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