You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@xiaoyuer11223344 Thanks for letting us know. Could you add the repro steps? Also are you able to reproduce with the main repository, this seems to happen in your fork?
Naabu version:
2.3.4
Current Behavior:
Expected Behavior:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x58b6e7]
goroutine 30 [running]:
net.(*IPConn).WriteTo(0x0?, {0xc0000e4f60?, 0xc002a40114?, 0xc000087e50?}, {0x164b3d0?, 0xc000598660?})
/usr/local/go/src/net/iprawsock.go:171 +0x27
github.com/xiaoyuer11223344/nabbu-fix/v2/pkg/scan.sendWithConn({0xc002a40114, 0xc}, {0x16590d0, 0x0}, {0xc000087e50, 0x1, 0x1})
/go/pkg/mod/github.com/xiaoyuer11223344/nabbu-fix/[email protected]/pkg/scan/scan_unix.go:488 +0x24e
github.com/xiaoyuer11223344/nabbu-fix/v2/pkg/scan.sendAsyncTCP4(0xc002d72000, {0xc002a40114, 0xc}, 0xc001a6c000, 0x0)
/go/pkg/mod/github.com/xiaoyuer11223344/nabbu-fix/[email protected]/pkg/scan/scan_unix.go:272 +0x93f
github.com/xiaoyuer11223344/nabbu-fix/v2/pkg/scan.SendAsyncPkg(0xc002d72000, {0xc002a40114, 0xc}, 0xc001a6c000, 0x0)
/go/pkg/mod/github.com/xiaoyuer11223344/nabbu-fix/[email protected]/pkg/scan/scan_unix.go:180 +0x11b
github.com/xiaoyuer11223344/nabbu-fix/v2/pkg/scan.TransportWriteWorker()
/go/pkg/mod/github.com/xiaoyuer11223344/nabbu-fix/[email protected]/pkg/scan/scan_unix.go:167 +0x4b
created by github.com/xiaoyuer11223344/nabbu-fix/v2/pkg/scan.init.3 in goroutine 1
/go/pkg/mod/github.com/xiaoyuer11223344/nabbu-fix/[email protected]/pkg/scan/scan_unix.go:96 +0x3b6
Steps To Reproduce:
Anything else:
The text was updated successfully, but these errors were encountered: