Skip to content

Commit

Permalink
ci: add crashing testcase to fuzz corpus (#11735)
Browse files Browse the repository at this point in the history
The testcase triggers a panic, "NewIntFromBigInt() out of bound", in
types.Dec.TruncateInt as detailed in #11732.
  • Loading branch information
elias-orijtech authored Apr 22, 2022
1 parent 3a117e2 commit a85ae18
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go test fuzz v1
[]byte("120000000000000000000000000000000000000000000000000000000000000000000000000000A00")

0 comments on commit a85ae18

Please sign in to comment.