mirror of https://github.com/google/oss-fuzz.git
gonids: debug go1.17 regexp bug (#6623)
This commit is contained in:
parent
6562f44c8a
commit
6689dd6966
|
@ -21,3 +21,6 @@ ADD https://rules.emergingthreats.net/open/suricata/emerging.rules.zip emerging.
|
|||
|
||||
COPY build.sh $SRC/
|
||||
WORKDIR $SRC/gonids
|
||||
|
||||
# Debug for https://github.com/golang/go/issues/49075
|
||||
COPY regexp.go /root/.go/src/regexp/
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue