Skip to content

Commit

Permalink
Merge pull request #19 from morehouse/tlv_bool
Browse files Browse the repository at this point in the history
tlv: seeds for new bool primitive
  • Loading branch information
Roasbeef authored Dec 13, 2023
2 parents f900b32 + 4a1ce4a commit 108d2a0
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tlv/testdata/fuzz/FuzzBool/582528ddfad69eb5
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go test fuzz v1
[]byte("0")
2 changes: 2 additions & 0 deletions tlv/testdata/fuzz/FuzzBool/8727b16d337d7b81
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go test fuzz v1
[]byte("00")
2 changes: 2 additions & 0 deletions tlv/testdata/fuzz/FuzzBool/8dd7c6d4e51a9d0d
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go test fuzz v1
[]byte("\x00")
2 changes: 2 additions & 0 deletions tlv/testdata/fuzz/FuzzBool/97dc7172b48e6ffd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go test fuzz v1
[]byte("\x01")
2 changes: 2 additions & 0 deletions tlv/testdata/fuzz/FuzzBool/caf81e9797b19c76
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go test fuzz v1
[]byte("")
2 changes: 2 additions & 0 deletions tlv/testdata/fuzz/FuzzStream/0246fa7ad0aac4be
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go test fuzz v1
[]byte("\x0e\x01\x00")
2 changes: 2 additions & 0 deletions tlv/testdata/fuzz/FuzzStream/0a370da758e85970
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go test fuzz v1
[]byte("\x0e\x010")
2 changes: 2 additions & 0 deletions tlv/testdata/fuzz/FuzzStream/13bfd52aa44062a9
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go test fuzz v1
[]byte("\n00 0(B000Z00000000B0&00000000X800c&!\x1000!0c&0B00 Z0000\"\x040000100b070X010000A00\x80\x80\x80\x80\x800+0200080,00z0\xff\xff\xff\xff820$x00'+\x1e2\a00000*%7\bz0000)008\x060c02.,9\v(00020$0000A\x05000a0B$0X0y0z0000B0000b0000Z0000%0000!002)0C 0A0!0c0A000910Z0000+000,0000%0#0X00000b0000000010(00000Z000070(000+000900,ZZ0000z0Y*a000b7Y*0%($*0000000200000000'#000,0+00000Z\r000c00YzB0000a#0000BCX0000000.100000c0Z*0(000000 0bB00,)0Xy0x0000( C$000980x000$Z00000 000\x1e',Y0200x0!00000yy00A%'0000yc@00000X010000#00000B80+0000000$C00c00000z0090y0!00 &z00&$00X00,00x30Y00C00,A00(X090%00,00*0()00087y00x00'00%a0B0000B0Ay\x0200z~000080!000000$z0Y00\"#aA00000000X0000cz000000Z0.00000000000B+z#00070000'0Z000$Y00,0000000,0y0000000%.yxA00&0080X.020&0Z000Z0y00\xfe0000'0b000+00\x00\x8000c(a)00c00cB0&000B0000BC0z20")
2 changes: 2 additions & 0 deletions tlv/testdata/fuzz/FuzzStream/4a4d54e25eb62392
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go test fuzz v1
[]byte("\x0e\x01")
2 changes: 2 additions & 0 deletions tlv/testdata/fuzz/FuzzStream/5cfa4bc69becb0ca
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go test fuzz v1
[]byte("\x0e\x01\x01")
2 changes: 2 additions & 0 deletions tlv/testdata/fuzz/FuzzStream/afd7a435a7f0f181
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go test fuzz v1
[]byte("\x0e0")

0 comments on commit 108d2a0

Please sign in to comment.