Skip to content

Commit 0cec19a

Browse files
baumanjkinetiknz
authored andcommitted
Always enable fallible allocation for fuzz targets
See https://bugzilla.mozilla.org/show_bug.cgi?id=1657244
1 parent 6332544 commit 0cec19a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mp4parse_capi/fuzz/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ libfuzzer-sys = "=0.3.2"
1313

1414
[dependencies.mp4parse_capi]
1515
path = ".."
16+
features = ["mp4parse_fallible"]
1617

1718
# Prevent this from interfering with workspaces
1819
[workspace]

0 commit comments

Comments
 (0)