To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=50107 Issue #:|50107 Summary:|make libgcc3_uno.so.1 not require executable stack Component:|udk Version:|680m106 Platform:|All URL:| OS/Version:|Linux Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|PATCH Priority:|P3 Subcomponent:|code Assigned to:|cmc Reported by:|cmc
------- Additional comments from [EMAIL PROTECTED] Tue May 31 03:41:04 -0700 2005 ------- readelf -l /opt/openoffice.org1.9.106/program/libgcc3_uno.so.1 shows GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RWX 0x4 this is because part of the gcc linux x86 bridge is in assembly, adding a -Wa,--noexecstack to the gcc invocation which assembles the .s will create a GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RW 0x4 i.e. without executable stack (X). Which is a generally good thing to avoid common security exploits. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]