Comment 5 for bug 363694

Revision history for this message
Popa Adrian Marius (mapopa) wrote : Re: firebird 2.1 compiled without stack protector, so UDF dlopen failed

seems that fb_inet_server is not compiled with stack protection

objdump -CR /usr/lib/firebird/2.1/bin/fb_inet_server

/usr/lib/firebird/2.1/bin/fb_inet_server: file format elf32-i386

DYNAMIC RELOCATION RECORDS
OFFSET TYPE VALUE
08049ff0 R_386_GLOB_DAT __gmon_start__
0804a000 R_386_JUMP_SLOT __gmon_start__
0804a004 R_386_JUMP_SLOT __libc_start_main
0804a008 R_386_JUMP_SLOT server_main
0804a00c R_386_JUMP_SLOT __gxx_personality_v0