[Bug 123068] remove implicit rtl::O*String conversions to char/utf-16 pointers

2014-02-10 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123068

Oliver-Rainer Wittmann o...@apache.org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123068] remove implicit rtl::O*String conversions to char/utf-16 pointers

2014-02-04 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123068

--- Comment #7 from SVN Robot svn...@dev.null.org ---
hdu committed SVN revision 1564650 into trunk:
#i123068# remove implicit conversion from aUTF8String to its char pointer

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123068] remove implicit rtl::O*String conversions to char/utf-16 pointers

2013-11-29 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123068

--- Comment #6 from SVN Robot svn...@dev.null.org ---
hdu committed SVN revision 1546578 into trunk:
#i123068# allow OString argument for tools' DbgOut() function

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123068] remove implicit rtl::O*String conversions to char/utf-16 pointers

2013-11-28 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123068

--- Comment #5 from SVN Robot svn...@dev.null.org ---
hdu committed SVN revision 1546390 into trunk:
#i123068# remove implicit conversions from rtl strings to their elements

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123068] remove implicit rtl::O*String conversions to char/utf-16 pointers

2013-08-26 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123068

h...@apache.org h...@apache.org changed:

   What|Removed |Added

 Blocks||123107

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123068] remove implicit rtl::O*String conversions to char/utf-16 pointers

2013-08-22 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123068

--- Comment #4 from SVN Robot svn...@dev.null.org ---
hdu committed SVN revision 1516387 into branches/rejuvenate01:
#i123068# replace implicit conversion in migration/wizard

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123068] remove implicit rtl::O*String conversions to char/utf-16 pointers

2013-08-21 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123068

--- Comment #3 from SVN Robot svn...@dev.null.org ---
hdu committed SVN revision 1516138 into branches/rejuvenate01:
#i123068# remove more implicit conversions from rtl strings to their elements

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123068] remove implicit rtl::O*String conversions to char/utf-16 pointers

2013-08-20 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123068

--- Comment #1 from SVN Robot svn...@dev.null.org ---
hdu committed SVN revision 1515767 into branches/rejuvenate01:
#i123068# remove implicit conversions from rtl strings to their elements

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123068] remove implicit rtl::O*String conversions to char/utf-16 pointers

2013-08-20 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123068

h...@apache.org h...@apache.org changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Latest|--- |4.0.0
Confirmation on||
 Resolution|--- |FIXED

--- Comment #2 from h...@apache.org h...@apache.org ---
Fixed with the commit above.

It shows that additionally to the three problem categories outlined above an
implicit conversion from the reference counted rtl strings to unmanaged plain
pointers introduces the risk that lifetime issues for the character buffer are
introduced. 

An example for that risk is the assignment to SfxSlot's pName member in
SfxShell::setVerbs(). It was converted 1:1 for now but the lifetime of the
buffer is so suspicious that it needs to be analyzed

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.