Skip to content

Conversation

@maleadt
Copy link
Member

@maleadt maleadt commented Jul 31, 2016

@yuyichao
Copy link
Contributor

yuyichao commented Aug 1, 2016

Sigstack size change is covered by #17727

#endif

#ifndef __has_feature
#define __has_feature(x) 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

defining this might change other code's behavior

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maleadt maleadt force-pushed the tb/asan branch 2 times, most recently from 72aac3e to beaf0a4 Compare August 1, 2016 13:08
@maleadt
Copy link
Member Author

maleadt commented Aug 1, 2016

Updated: removed the signal stack size change and removed the definition of __has_feature.

maleadt added 2 commits August 1, 2016 12:48
SIGSEGV can be benign, but ASAN will die so we need to be able to handle the signal ourselves (see #17706).
@maleadt maleadt merged commit 1472c91 into master Aug 1, 2016
@yuyichao yuyichao deleted the tb/asan branch August 1, 2016 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants