mirror of
https://github.com/soypat/lneto.git
synced 2026-09-10 08:39:30 +00:00
forgot int64 wrap
This commit is contained in:
+1
-1
@@ -599,7 +599,7 @@ func FuzzTCBActions(f *testing.F) {
|
|||||||
actionMax
|
actionMax
|
||||||
)
|
)
|
||||||
f.Add(
|
f.Add(
|
||||||
0x2313_2313,
|
int64(0x2313_2313),
|
||||||
[]byte{actionSend, actionRecv, actionSend, actionRecv, actionSend, actionRecv},
|
[]byte{actionSend, actionRecv, actionSend, actionRecv, actionSend, actionRecv},
|
||||||
)
|
)
|
||||||
f.Add(
|
f.Add(
|
||||||
|
|||||||
Reference in New Issue
Block a user