Hi, I attempted to make an implementation of easyhack bug #38841. Basically its a shell script that fuzzes the xml files inside libreoffice doc formats, and then feeds the fuzzed docs to libreoffice.
Code is here: https://gerrit.libreoffice.org/9114 In order to make things work: edit fuzz-xml-files/etc/fuzz-xml-files.conf and point the vars to sensible directories: SRC_DIR= the top level location of your libreoffice source code DOC_DIR= a directory containing odf odt etc files for the other vars you may need to change '/usr/local/src/dev-tools' to '/some/other/dir/dev-tools' run it: cd dev-tools/fuzz-xml-files/ ./fuzz-xml-files.sh its got some command line switches but the defaults should 'just work' as long as the vars in the conf file point to sensible stuff. Eagerly awaiting feedback, John Smith _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
