librsvg source for verification 2026-05-22

This commit is contained in:
2026-05-22 16:45:08 +08:00
commit 75af7ac721
2138 changed files with 161177 additions and 0 deletions

19
afl-fuzz/Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "rsvg-afl-fuzz"
version = "0.0.1"
authors = ["Bastien Orivel <eijebong@bananium.fr>"]
edition = "2018"
[dependencies]
afl.workspace = true
cairo-rs.workspace = true
glib.workspace = true
gio.workspace = true
librsvg.workspace = true
[profile.release]
lto = true
debug = true
[profile.bench]
lto = true