]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/debug: expand fuzz corpus for FuzzParseBuildInfoRoundTrip
authorBryan C. Mills <bcmills@google.com>
Tue, 8 Feb 2022 19:22:42 +0000 (14:22 -0500)
committerGopher Robot <gobot@golang.org>
Thu, 26 Jan 2023 23:37:45 +0000 (23:37 +0000)
Updates #51026

Change-Id: Id7af2ffa8c99970274b2a2b12622d986ea105b1b
Reviewed-on: https://go-review.googlesource.com/c/go/+/384161
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>

src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/5501685e611fa764 [new file with mode: 0644]
src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/71634114e78567cf [new file with mode: 0644]
src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/c73dce23c1f2494c [new file with mode: 0644]

diff --git a/src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/5501685e611fa764 b/src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/5501685e611fa764
new file mode 100644 (file)
index 0000000..4ab5d92
--- /dev/null
@@ -0,0 +1,2 @@
+go test fuzz v1
+string("mod\t\t0\n")
diff --git a/src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/71634114e78567cf b/src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/71634114e78567cf
new file mode 100644 (file)
index 0000000..741c4df
--- /dev/null
@@ -0,0 +1,2 @@
+go test fuzz v1
+string("mod\t0\t\n")
diff --git a/src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/c73dce23c1f2494c b/src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/c73dce23c1f2494c
new file mode 100644 (file)
index 0000000..60f9338
--- /dev/null
@@ -0,0 +1,2 @@
+go test fuzz v1
+string("build\t0=\" 0\"\n")