To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81417
Issue #|81417
Summary|WaE: xmlsecurity
Component|xml
Version|680m228
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|jl
Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Sun Sep 9 17:19:19 +0000
2007 -------
Hi,
I have to add this change to have WaE free xmlsecurity:
diff -ur
ooo_SRC680_m228_src.orig/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx
ooo_SRC680_m228_src/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx
---
ooo_SRC680_m228_src.orig/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx
2007-04-20 15:33:54.000000000 +0200
+++
ooo_SRC680_m228_src/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx
2007-09-09 16:50:58.000000000 +0200
@@ -552,7 +552,7 @@
Reference< XCertificate > SecurityEnvironment_NssImpl :: getCertificate( const
OUString& issuerName,
const Sequence< sal_Int8 >& serialNumber ) throw( SecurityException ,
RuntimeException )
{
- X509Certificate_NssImpl* xcert ;
+ X509Certificate_NssImpl* xcert = NULL;
if( m_pHandler != NULL ) {
CERTIssuerAndSN issuerAndSN ;
---------------------------------------------------------------------
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]