Comment 15 for bug 363694

Revision history for this message
Коренберг Марк (socketpair) wrote : Re: firebird 2.1 compiled without stack protector, so UDF dlopen failed

I think stack-protector specific functions become 'required' in dynamic linker only when certain constructions used in UDF.
If UDF is simple function like 'return sin(x)', this UDF loads perfectly either with stack protector or without.