From e01d93044db36d13299a150822b68afda25bb9c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 13:31:58 +0000 Subject: [PATCH] Add a new fuzz input data for FuzzNewXMLFile in github.com/shogo82148/androidbinary. fuzzing failed with the following output: ``` --- FAIL: FuzzNewXMLFile (12.91s) fuzzing process hung or terminated unexpectedly while minimizing: EOF Failing input written to testdata/fuzz/FuzzNewXMLFile/b386963bae557dd2 To re-run: go test -run=FuzzNewXMLFile/b386963bae557dd2 FAIL exit status 1 FAIL github.com/shogo82148/androidbinary 12.924s ``` The result of `go test -run=FuzzNewXMLFile/b386963bae557dd2 github.com/shogo82148/androidbinary` is: ``` ok github.com/shogo82148/androidbinary 0.015s ``` This fuzz data is generated by [actions-go-fuzz](https://github.com/shogo82148/actions-go-fuzz). --- testdata/fuzz/FuzzNewXMLFile/b386963bae557dd2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testdata/fuzz/FuzzNewXMLFile/b386963bae557dd2 diff --git a/testdata/fuzz/FuzzNewXMLFile/b386963bae557dd2 b/testdata/fuzz/FuzzNewXMLFile/b386963bae557dd2 new file mode 100644 index 0000000..3a19f87 --- /dev/null +++ b/testdata/fuzz/FuzzNewXMLFile/b386963bae557dd2 @@ -0,0 +1,2 @@ +go test fuzz v1 +[]byte("\x03\x00\b\x00\x01\x00\x00\x96\x01\x00\x00\xcc\x01\x00\x00\b\x02\x00\x00Z\x02\x00\x00\x94\x02\x00\x00\xe6\x02\x00\x00(\x03\x00\x00B\x03\x00\x00^\x03\x00\x00\x90\x03\x00\x00\xa4\x03\x00\x00\xca\x03\x00\x00\xe8\x03\x00\x00\xf8\x03\x00\x000\x04\x00\x00D\x04\x00\x00\x88\x04\x00\x00\xa2\x04\x00\x00\xc4\x04\x00\x00\v\x00v\x00e\x00r\x00s\x00i\x00o\x00n\x00N\x00a\x00m\x00e\x00\x00\x00\v\x00v\x00e\x00r\x00s\x00i\x00o\x00n\x00C\x00o\x00d\x00e\x00\x00\x00\x04\x00n\x00a\x00m\x00e\x00\x00\x00\x05\x00l\x00a\x00b\x00e\x00l\x88")