[cfe-dev] Why clang needs to fork into itself?

Yuri yuri at rawbw.com
Tue Jan 28 22:28:09 PST 2014


On 01/28/2014 22:04, Yury Gribov wrote:
>
> Makes sense but what if some important bits (say argv) are trashed by 
> stack overflow

All information needed for crash reporting should be copied into the 
fixed memory area, and it should be made read-only for the duration of run.

Yuri



More information about the cfe-dev mailing list