< Previous by Date Date Index Next by Date >
  Thread Index  

[reSIProcate] resip with gcc ssp/propolice?


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.