[reSIProcate] resip with gcc ssp/propolice?

Ryan Kereliuk ryker at ryker.org
Wed Mar 23 12:01:08 CST 2005


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.




More information about the resiprocate-devel mailing list