forked from mit-dci/utreexo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from kcalvinalvin/master
Add fuzzing
- Loading branch information
Showing
13 changed files
with
615 additions
and
128 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
testdata/fuzz/FuzzModify/e23b7af47c6eae384543a6d763fa478c11f18b3f8dd544f8224be81f5f151f2d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
go test fuzz v1 | ||
uint32(1125) | ||
uint32(119) | ||
uint32(1020) |
4 changes: 4 additions & 0 deletions
4
...ata/fuzz/FuzzModifyChain/4962dca5121bb6707c7320b29751d0ae79f5839966b64c029e9367451992bbeb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
go test fuzz v1 | ||
uint32(98) | ||
uint32(7) | ||
int64(7) |
4 changes: 4 additions & 0 deletions
4
testdata/fuzz/FuzzUndo/0a6defdff018759a7667608e56d61f1cc6f7ac6f6b82a4f83b9c4920c269ef75
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
go test fuzz v1 | ||
byte('\t') | ||
byte('j') | ||
byte('\b') |
4 changes: 4 additions & 0 deletions
4
testdata/fuzz/FuzzUndo/34861bb029587905736702a6bb7003be4c50f9353d800eec72eda2da49ccdac7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
go test fuzz v1 | ||
byte('\n') | ||
byte('\x02') | ||
byte('\x05') |
4 changes: 4 additions & 0 deletions
4
testdata/fuzz/FuzzUndo/59159c2f913c03a6fa2d018bd95b79e427aae70c55515d4119d3cf83540a26a8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
go test fuzz v1 | ||
byte('\x1b') | ||
byte('\x01') | ||
byte('\x12') |
4 changes: 4 additions & 0 deletions
4
testdata/fuzz/FuzzUndo/75a507bbf3f716286f26decc841eb23a20944c87b5a1cc5ac40bee347fffba99
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
go test fuzz v1 | ||
byte('\x03') | ||
byte('\x13') | ||
byte('\x03') |
4 changes: 4 additions & 0 deletions
4
testdata/fuzz/FuzzUndo/8f59b01f01d207e7487bb052f4875658a0403c00678f0048448b7e29b070cf05
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
go test fuzz v1 | ||
byte('\x1b') | ||
byte('\r') | ||
byte('\x12') |
4 changes: 4 additions & 0 deletions
4
testdata/fuzz/FuzzUndo/b28763ffbfb0e518fd0c56bd157b08c10ec0300da6370e876b096d6e36a9865e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
go test fuzz v1 | ||
byte('C') | ||
byte('\x02') | ||
byte('<') |
4 changes: 4 additions & 0 deletions
4
testdata/fuzz/FuzzUndo/bdd395e69a318ee44de06a6a0827204349ea1b29ef86cb9992158e7214f57c75
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
go test fuzz v1 | ||
byte('\x01') | ||
byte('\x01') | ||
byte('\x01') |
4 changes: 4 additions & 0 deletions
4
testdata/fuzz/FuzzUndo/e85c8b746b7163b9ebf8e5ef37bde0e27ccbf5430bfc355ee743051a9e84890a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
go test fuzz v1 | ||
byte('\x04') | ||
byte('\x02') | ||
byte('\x03') |
4 changes: 4 additions & 0 deletions
4
testdata/fuzz/FuzzUndo/edd25ec0fbe4995d707ef45a7a5f2e82e041aeec297bbe942db27e52aef96cc9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
go test fuzz v1 | ||
byte('\x06') | ||
byte('\x02') | ||
byte('\x05') |
4 changes: 4 additions & 0 deletions
4
testdata/fuzz/FuzzUndoChain/14bb5c6c12f2f48edf047454a2be10b7aff35bcf11d62ccf78e1dde986aac69a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
go test fuzz v1 | ||
uint32(3) | ||
uint32(3) | ||
int64(-53) |