Files
loongoffice/sc/source/ui/docshell
Eike Rathke aebcabd54c out-of-bounds string access, this comparison never matched
aName == aLinkTabName.copy(nIndex, nLinkTabNameLength)
is not a replacement for
String(aName).Equals(String(aLinkTabName), nIndex, nLinkTabNameLength)
instead use
aName.match( aLinkTabName, nIndex)
because here nLinkTabNameLength actually is aLinkTabName.getLength()

Change-Id: I884f56541f819db5672e9d096a26a3673e82d83b
2014-08-27 00:34:43 +02:00
..
2014-06-25 05:41:10 +02:00
2014-06-25 05:41:10 +02:00
2014-07-24 23:18:50 +02:00
2014-06-25 05:41:10 +02:00
2014-07-31 09:08:10 -04:00
2014-06-25 05:41:10 +02:00
2014-07-11 12:28:56 +02:00
2014-08-18 10:57:21 +01:00
2014-08-12 12:19:42 +02:00
2014-06-25 05:41:10 +02:00
2014-06-25 05:41:10 +02:00
2014-06-25 05:41:10 +02:00
2014-06-25 05:41:10 +02:00