From 0f105765218bea504c4f72611a7f07f3c6fecf86 Mon Sep 17 00:00:00 2001 From: Patricio Whittingslow Date: Wed, 21 Jan 2026 19:32:13 -0300 Subject: [PATCH] forgot int64 wrap --- tcp/tcp_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcp/tcp_test.go b/tcp/tcp_test.go index 9d224a7..ba933f0 100644 --- a/tcp/tcp_test.go +++ b/tcp/tcp_test.go @@ -599,7 +599,7 @@ func FuzzTCBActions(f *testing.F) { actionMax ) f.Add( - 0x2313_2313, + int64(0x2313_2313), []byte{actionSend, actionRecv, actionSend, actionRecv, actionSend, actionRecv}, ) f.Add(