Files
loongoffice/sw/qa/core/data
Miklos Vajna e1cbaebe7f kde#52609 RTF import: fix memory leak
This is similar to f7ef84640258e4ee6ddc4cc5cbf58a2d89860afa (abi#2128
RTF import: fix memory leak, 2013-11-28).

Change-Id: Id57320466e6fb302ec8616ccc9f4f9429b8eff21
2014-10-07 18:14:34 +02:00
..
2014-10-07 18:14:34 +02:00

Files with the string 'CVE' in their name are encrypted to avoid
problems with virus checkers on source code download.; use:

mdecrypt --bare -a arcfour -o hex -k 435645 -s 3 foo.doc # to unencrypt
mcrypt --bare -a arcfour -o hex -k 435645 -s 3   foo.doc # to create new tests

to get access to the plain files for manual testing.