To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68295 Issue #|68295 Summary|soltools: implicit declaration of strncpy, strcpy, str |len, read Component|tools Version|680m180 Platform|PC URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|mh Reported by|pmladek
------- Additional comments from [EMAIL PROTECTED] Wed Aug 9 08:30:18 -0700 2006 ------- We compile OOo with -D_FORTIFY_SOURCE. Then some functions are defined as macros that allow a lightweight buffer overflow checking. It does not work if such functions are defined implicitely. The attached patch fixes the problematic implicit decalations in the module soltools. --------------------------------------------------------------------- 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]
