Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fuzzer] Avoid fuzzing parser with line that contains "$INCLUDE" (#1026)
Fixes #1025 ``` GO111MODULE=off make -f Makefile.fuzz build go-fuzz -bin=dns-fuzz.zip -workdir=fuzz -func Fuzz GO111MODULE=off make -f Makefile.fuzz build-rr go-fuzz -bin=dns-fuzz.zip -workdir=fuzz -func FuzzNewRR ```
- Loading branch information