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 and odeke-em committed Jun 4, 2022
1 parent ac1584f commit 8f5eb28
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 8f5eb28

Please sign in to comment.