From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- vcl/qa/afl-eventtesting/README.eventtesting | 24 +++++++++++++++++++++ vcl/qa/afl-eventtesting/eventtesting.impress | Bin 0 -> 196 bytes .../afl-eventtesting/eventtesting.impress.crash-1 | Bin 0 -> 235 bytes .../afl-eventtesting/eventtesting.impress.crash-2 | Bin 0 -> 110 bytes .../afl-eventtesting/eventtesting.impress.crash-3 | Bin 0 -> 196 bytes .../afl-eventtesting/eventtesting.impress.crash-4 | Bin 0 -> 208 bytes .../afl-eventtesting/eventtesting.impress.crash-5 | Bin 0 -> 184 bytes vcl/qa/afl-eventtesting/eventtesting.writer | Bin 0 -> 28 bytes 8 files changed, 24 insertions(+) create mode 100644 vcl/qa/afl-eventtesting/README.eventtesting create mode 100644 vcl/qa/afl-eventtesting/eventtesting.impress create mode 100644 vcl/qa/afl-eventtesting/eventtesting.impress.crash-1 create mode 100644 vcl/qa/afl-eventtesting/eventtesting.impress.crash-2 create mode 100644 vcl/qa/afl-eventtesting/eventtesting.impress.crash-3 create mode 100644 vcl/qa/afl-eventtesting/eventtesting.impress.crash-4 create mode 100644 vcl/qa/afl-eventtesting/eventtesting.impress.crash-5 create mode 100644 vcl/qa/afl-eventtesting/eventtesting.writer (limited to 'vcl/qa/afl-eventtesting') diff --git a/vcl/qa/afl-eventtesting/README.eventtesting b/vcl/qa/afl-eventtesting/README.eventtesting new file mode 100644 index 000000000..963bed1cd --- /dev/null +++ b/vcl/qa/afl-eventtesting/README.eventtesting @@ -0,0 +1,24 @@ +Notes on experimental afl driven ui fuzzing + +only keyboard events for now + +vcl/workben/eventtesting.writer is just serialized "hello" + ctrl+a + ctrl+b +keystrokes to get things started + +vcl/workben/eventtesting.impress is a bit more involved and inserts text, +a new slide via the menu, bullets and undos for all of that + +currently an arbitrary limit of 50 keystrokes before application quits in +order to initially explore that shallow space + +writer: +Xnest :1 +cp vcl/workben/eventtesting.writer eventtesting +afl-fuzz -f eventtesting -t 10000 -i ~/fuzz/in.vcl -o ~/fuzz/out.vcl -d -T vcl -m 50000000 instdir/program/soffice.bin --nologo --writer --eventtesting --norestore --display :1 + +impress: +Xnest :1 +cp vcl/workben/eventtesting.impress eventtesting +afl-fuzz -f eventtesting -t 10000 -i ~/fuzz/in.vcl -o ~/fuzz/out.vcl -d -T vcl -m 50000000 instdir/program/soffice.bin --nologo --impress --eventtesting --norestore --display :1 + +This also works with --headless and no --display entry and thus no Xnest required diff --git a/vcl/qa/afl-eventtesting/eventtesting.impress b/vcl/qa/afl-eventtesting/eventtesting.impress new file mode 100644 index 000000000..ac7991875 Binary files /dev/null and b/vcl/qa/afl-eventtesting/eventtesting.impress differ diff --git a/vcl/qa/afl-eventtesting/eventtesting.impress.crash-1 b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-1 new file mode 100644 index 000000000..f8802b5ad Binary files /dev/null and b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-1 differ diff --git a/vcl/qa/afl-eventtesting/eventtesting.impress.crash-2 b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-2 new file mode 100644 index 000000000..d312939e4 Binary files /dev/null and b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-2 differ diff --git a/vcl/qa/afl-eventtesting/eventtesting.impress.crash-3 b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-3 new file mode 100644 index 000000000..e6639bab1 Binary files /dev/null and b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-3 differ diff --git a/vcl/qa/afl-eventtesting/eventtesting.impress.crash-4 b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-4 new file mode 100644 index 000000000..3b0f9bc82 Binary files /dev/null and b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-4 differ diff --git a/vcl/qa/afl-eventtesting/eventtesting.impress.crash-5 b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-5 new file mode 100644 index 000000000..022175453 Binary files /dev/null and b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-5 differ diff --git a/vcl/qa/afl-eventtesting/eventtesting.writer b/vcl/qa/afl-eventtesting/eventtesting.writer new file mode 100644 index 000000000..b85a20356 Binary files /dev/null and b/vcl/qa/afl-eventtesting/eventtesting.writer differ -- cgit v1.2.3