[Libreoffice-commits] online.git: fuzzer/README

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Fri May 15 08:07:53 UTC 2020


 fuzzer/README |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

New commits:
commit eacf089363dbbecfb804c4c68ca27c1682b61b35
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Fri May 15 10:05:19 2020 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Fri May 15 10:06:58 2020 +0200

    libfuzzer: add initial documentation
    
    So that one does not have to search back the commit messages to get the
    commandlines to run these.
    
    Change-Id: I3acfc0fa5b38577f22f6248a8ae0705e6af68940

diff --git a/fuzzer/README b/fuzzer/README
new file mode 100644
index 000000000..de16da5cb
--- /dev/null
+++ b/fuzzer/README
@@ -0,0 +1,20 @@
+These fuzzers are meant to be built and executed inside lode.git's sanitizers
+environment (currently enables both asan and ubsan).
+
+online.git can be built the usual way, just the additional `--enable-fuzzers`
+flag is needed to build the fuzzers. It is useful to do this in a separate
+build tree, since the fuzzers config doesn't produce a `loolwsd` binary.
+
+Run the fuzzers like this:
+
+- Admin:
+
+----
+./admin_fuzzer -max_len=16384 fuzzer/admin-data/
+----
+
+- ClientSession:
+
+----
+./clientsession_fuzzer -max_len=16384 fuzzer/data/
+----


More information about the Libreoffice-commits mailing list