Skip to content

Commit

Permalink
ci: add crashing testcase to fuzz corpus (cosmos#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 cosmos#11732.
  • Loading branch information
elias-orijtech committed May 6, 2022
1 parent c20fa55 commit d7cfa09
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 d7cfa09

Please sign in to comment.