To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93019
                 Issue #|93019
                 Summary|extensions: snprintf, possible past the buffer access
               Component|utilities
                 Version|DEV300m29
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|fs
             Reported by|cmc





------- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:05:24 +0000 
2008 -------
const size_t buffer_size = sizeof( buffer );
... if (something) ...
buffer[ buffer_size ] = 0;

i.e. past the buffer.

If the following patch is acceptable, I can stick it into my own workspace.

---------------------------------------------------------------------
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]

Reply via email to