We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e32687a + 954e26d commit c068311Copy full SHA for c068311
devel-docs/oss_fuzz.rst
@@ -54,6 +54,17 @@ Individual fuzz targets can also be run inside of a debugger for further debuggi
54
FUZZ_TARGET=$(find ./target/*/release/ -type f -name render_document)
55
gdb --args "$FUZZ_TARGET" minimized.svg
56
57
+If the failure does not reproduce locally, you can try reproducing the issue in an OSS-Fuzz
58
+container:
59
+
60
+.. code:: bash
61
62
+ git clone https://github.com/google/oss-fuzz.git
63
+ cd oss-fuzz
64
65
+ python infra/helper.py build_image librsvg
66
+ python infra/helper.py build_fuzzers librsvg
67
+ python infra/helper.py reproduce librsvg render_document minimized.svg
68
69
Code coverage
70
^^^^^^^^^^^^^
0 commit comments