Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

[x86/Linux] Disable GetReturnAddressPtr when m_ReturnAddress is not available#8376

Closed
parjong wants to merge 2 commits into
dotnet:masterfrom
parjong:fix/hide_GetReturnAddressPtr
Closed

[x86/Linux] Disable GetReturnAddressPtr when m_ReturnAddress is not available#8376
parjong wants to merge 2 commits into
dotnet:masterfrom
parjong:fix/hide_GetReturnAddressPtr

Conversation

@parjong
Copy link
Copy Markdown

@parjong parjong commented Nov 30, 2016

GetReturnAddressPtr in FaultingExceptionFrame accesses m_ReturnAddress, which is available only for Windows platform.

This commit disables GetReturnAddressPtr for non-Windows platforms

@parjong
Copy link
Copy Markdown
Author

parjong commented Nov 30, 2016

\CC @seanshpark

@parjong parjong changed the title [x86/Linux] Disable GetReturnAddressPtr for non-Windows platforms [x86/Linux] Disable GetReturnAddressPtr when m_ReturnAddress is not available Nov 30, 2016
@parjong
Copy link
Copy Markdown
Author

parjong commented Nov 30, 2016

I'll close this PR as it seems that #8375 would be better to resolve this issue.

@parjong parjong closed this Nov 30, 2016
@parjong parjong deleted the fix/hide_GetReturnAddressPtr branch November 30, 2016 01:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants