Skip to content
Commit 966b1995 authored by Nick Lewycky's avatar Nick Lewycky
Browse files

Try harder to be signal-safe inside our signal handler. The most prominent behavioural

difference is that we no longer clean the token before emitting it. This fixes a bug where
clang hangs in the middle of crashing because the crash handler calls malloc from inside
a crash that happened inside of free.

llvm-svn: 177919
parent 527b1c95
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment