To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=64789 Issue #:|64789 Summary:|scan.coverity.com: Overrun of static array "args" Component:|udk Version:|680m164 Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|kr Reported by:|kendy
------- Additional comments from [EMAIL PROTECTED] Wed Apr 26 06:35:27 -0700 2006 ------- file: bridges/source/jni_uno/jni_java2uno.cxx 79 jvalue args[ 6 ]; 80 acquire(); 81 args[ 0 ].j = reinterpret_cast< sal_Int64 >( this ); 82 (*pUnoI->acquire)( pUnoI ); 83 args[ 1 ].l = m_jni_info->m_object_java_env; 84 args[ 2 ].j = reinterpret_cast< sal_Int64 >( pUnoI ); 85 typelib_typedescription_acquire( info->m_td.get() ); 86 args[ 3 ].j = reinterpret_cast< sal_Int64 >( info->m_td.get() ); 87 args[ 4 ].l = info->m_type; 88 args[ 5 ].l = jo_oid.get(); Event overrun-local: Overrun of static array "args" of size 6 at position 6 with index variable "6" 89 args[ 6 ].l = info->m_proxy_ctor; --------------------------------------------------------------------- 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]
