googleprojectzero / domato

DOM fuzzer
https://googleprojectzero.blogspot.ch/2017/09/the-great-dom-fuzz-off-of-2017.html
Apache License 2.0
1.69k stars 278 forks source link

Fix paths in all grammar files #32

Closed tysmith closed 3 years ago

tysmith commented 3 years ago

Some paths were missed in 0422596. This also removes some redundant calls to close().

ifratric commented 3 years ago

Thanks!