[Libreoffice-bugs] [Bug 51916] FILEOPEN: Crash when opening particular RTF document with TABLES

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 8 00:01:13 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=51916

--- Comment #5 from Julien Nabet <serval2412 at yahoo.fr> 2012-08-07 22:01:13 UTC ---
Created attachment 65256
  --> https://bugs.freedesktop.org/attachment.cgi?id=65256
bt + console msgs on master

On pc Debian x86-64, with master sources updated today, I reproduced the
problem.
Now the problem is in a different place.
Code is quite strange here:
   3392         // extract name
   3393         int nLength = aStr.toChar();
   3394         aStr = aStr.copy(1);
   3395         OString aName = aStr.copy(0, nLength);
   3396         aStr = aStr.copy(nLength+1); // zero-terminated string
   3397         // extract default text
   3398         nLength = aStr.toChar();
   3399         aStr = aStr.copy(1);
   3400         OString aDefaultText = aStr.copy(0, nLength);

+ "decode hex dump" part just before

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list