Bugzilla – Attachment 106553 Details for
Bug 84086
Find and fix anti-patterns that result in use-after-free of strings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Apparent bugs
file_84086.txt (text/plain), 2.17 KB, created by
Matthew Francis
on 2014-09-19 14:41:12 UTC
(
hide
)
Description:
Apparent bugs
Filename:
MIME Type:
Creator:
Matthew Francis
Created:
2014-09-19 14:41:12 UTC
Size:
2.17 KB
patch
obsolete
>basic/source/comp/sbcomp.cxx: const char* pName = OUStringToOString( aCompleteFunctionName, RTL_TEXTENCODING_ASCII_US ).getStr(); >basic/source/comp/sbcomp.cxx: const char* pModuleNameStr = OUStringToOString( OUString( aModuleName ), RTL_TEXTENCODING_ASCII_US ).getStr(); >basic/source/comp/sbcomp.cxx: const char* pModuleNameStr = OUStringToOString( OUString( aModuleName ), RTL_TEXTENCODING_ASCII_US ).getStr(); >basic/source/comp/sbcomp.cxx: const char* pValStr = OUStringToOString( OUString( aValStr ), RTL_TEXTENCODING_ASCII_US ).getStr(); >connectivity/source/drivers/mork/MStatement.cxx:# define OUtoCStr( x ) ( OUStringToOString ( (x), RTL_TEXTENCODING_ASCII_US).getStr()) >connectivity/source/drivers/odbc/ODatabaseMetaDataResultSet.cxx: *pPKO = schema && !schema->isEmpty() ? OUStringToOString(*schema,m_nTextEncoding).getStr() : NULL, >connectivity/workben/testmoz/main.cxx:#define OUtoCStr( x ) (OUStringToOString ( (x), RTL_TEXTENCODING_ASCII_US ).getStr()) >connectivity/workben/testmoz/mozthread.cxx:#define OUtoCStr( x ) (OUStringToOString ( (x), RTL_TEXTENCODING_ASCII_US ).getStr()) >fpicker/source/office/OfficeControlAccess.cxx: tmpDesc.pControlName = OUStringToOString(_rControlName, RTL_TEXTENCODING_UTF8).getStr(); >fpicker/source/office/OfficeControlAccess.cxx: tmpDesc.pControlName = OUStringToOString(_rControlName, RTL_TEXTENCODING_UTF8).getStr(); >sfx2/source/control/shell.cxx: pNewSlot->pName = OUStringToOString( aVerbs[n].VerbName, RTL_TEXTENCODING_UTF8 ).getStr(); >sfx2/source/sidebar/Deck.cxx: return ::rtl::OUStringToOString(rsName, RTL_TEXTENCODING_ASCII_US).getStr(); >sw/source/ui/vba/vbasystem.cxx: LPCTSTR szValue = TEXT( OUStringToOString( aValue, RTL_TEXTENCODING_UTF8 ).getStr() ); >unoxml/source/dom/attr.cxx: // xmlChar* xName = OUStringToOString(m_aAttrPtr->name, RTL_TEXTENCODING_UTF8).getStr(); >unoxml/source/dom/documentbuilder.cxx: xmlChar *encstr = (xmlChar*) OUStringToOString(src.sEncoding, RTL_TEXTENCODING_UTF8).getStr(); >vcl/source/gdi/pdfwriter_impl.cxx: const char *pass = OUStringToOString( m_aContext.SignPassword, RTL_TEXTENCODING_UTF8 ).getStr();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 84086
: 106553