Fix a panic when parsing var patterns
This commit is contained in:
committed by
Chris Fallin
parent
f2b6244b9c
commit
e3aeb850b2
@@ -9,8 +9,10 @@ edition = "2018"
|
||||
cargo-fuzz = true
|
||||
|
||||
[dependencies]
|
||||
env_logger = { version = "0.9.0", default-features = false }
|
||||
isle = { path = "../isle" }
|
||||
libfuzzer-sys = "0.4"
|
||||
log = "0.4.14"
|
||||
|
||||
[[bin]]
|
||||
name = "parse"
|
||||
|
||||
Reference in New Issue
Block a user