[reSIProcate] resip with gcc ssp/propolice?
- From: Ryan Kereliuk <ryker@xxxxxxxxx>
- Date: Wed, 23 Mar 2005 11:01:08 -0700
Does anyone compile their resip-based application using gcc with
stack-smashing protection (ssp), formerly known as propolice? You can
see if ssp is compiled into your gcc by typing gcc -v and, if so, you
can enable ssp with -fstack-protector/-fstack-protector-all.
We are seeing weird problems relating to default copy constructors,
default assignment operators, and stl containers. We don't totally
understand what is going on so I thought I'd send this note in parallel.
We'll post more info as we learn more.
Thanks.