gonids: debug go1.17 regexp bug (#6623)

This commit is contained in:
Catena cyber 2021-10-20 23:01:49 +02:00 committed by GitHub
parent 6562f44c8a
commit 6689dd6966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1273 additions and 0 deletions

View File

@ -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/

1270
projects/gonids/regexp.go Normal file

File diff suppressed because it is too large Load Diff