We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: runtime error: slice bounds out of range [:2058] with capacity 2048
goroutine 111885062 [running]: github.com/xtls/xray-core/common/protocol/quic.SniffQUIC({0xc012170000, 0x4e2, 0x2000}) github.com/xtls/[email protected]/common/protocol/quic/sniff.go:220 +0x1c9a github.com/XrayR-project/XrayR/app/mydispatcher.NewSniffer.func4({0xc0346a9928?, 0x8?}, {0xc012170000?, 0x51df59?, 0x429be60?}) github.com/XrayR-project/XrayR/app/mydispatcher/sniffer.go:40 +0x25 github.com/XrayR-project/XrayR/app/mydispatcher.(*Sniffer).Sniff(0xc05999e240, {0x4a765b8, 0xc065dd14a0}, {0xc012170000, 0x4e2, 0x2000}, 0x3) github.com/XrayR-project/XrayR/app/mydispatcher/sniffer.go:64 +0xcc github.com/XrayR-project/XrayR/app/mydispatcher.sniffer.func1({0x4a765b8, 0xc065dd14a0}, 0xc069d18240, 0xc069d182a0, 0xc05999e240, 0x3) github.com/XrayR-project/XrayR/app/mydispatcher/default.go:365 +0x125 github.com/XrayR-project/XrayR/app/mydispatcher.sniffer({0x4a765b8, 0xc065dd14a0}, 0xc069d18240, 0x0, 0x3) github.com/XrayR-project/XrayR/app/mydispatcher/default.go:375 +0x11f github.com/XrayR-project/XrayR/app/mydispatcher.(*DefaultDispatcher).Dispatch.func1() github.com/XrayR-project/XrayR/app/mydispatcher/default.go:271 +0x10f created by github.com/XrayR-project/XrayR/app/mydispatcher.(*DefaultDispatcher).Dispatch in goroutine 111884832 github.com/XrayR-project/XrayR/app/mydispatcher/default.go:266 +0x4d3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
panic: runtime error: slice bounds out of range [:2058] with capacity 2048
goroutine 111885062 [running]:
github.com/xtls/xray-core/common/protocol/quic.SniffQUIC({0xc012170000, 0x4e2, 0x2000})
github.com/xtls/[email protected]/common/protocol/quic/sniff.go:220 +0x1c9a
github.com/XrayR-project/XrayR/app/mydispatcher.NewSniffer.func4({0xc0346a9928?, 0x8?}, {0xc012170000?, 0x51df59?, 0x429be60?})
github.com/XrayR-project/XrayR/app/mydispatcher/sniffer.go:40 +0x25
github.com/XrayR-project/XrayR/app/mydispatcher.(*Sniffer).Sniff(0xc05999e240, {0x4a765b8, 0xc065dd14a0}, {0xc012170000, 0x4e2, 0x2000}, 0x3)
github.com/XrayR-project/XrayR/app/mydispatcher/sniffer.go:64 +0xcc
github.com/XrayR-project/XrayR/app/mydispatcher.sniffer.func1({0x4a765b8, 0xc065dd14a0}, 0xc069d18240, 0xc069d182a0, 0xc05999e240, 0x3)
github.com/XrayR-project/XrayR/app/mydispatcher/default.go:365 +0x125
github.com/XrayR-project/XrayR/app/mydispatcher.sniffer({0x4a765b8, 0xc065dd14a0}, 0xc069d18240, 0x0, 0x3)
github.com/XrayR-project/XrayR/app/mydispatcher/default.go:375 +0x11f
github.com/XrayR-project/XrayR/app/mydispatcher.(*DefaultDispatcher).Dispatch.func1()
github.com/XrayR-project/XrayR/app/mydispatcher/default.go:271 +0x10f
created by github.com/XrayR-project/XrayR/app/mydispatcher.(*DefaultDispatcher).Dispatch in goroutine 111884832
github.com/XrayR-project/XrayR/app/mydispatcher/default.go:266 +0x4d3
The text was updated successfully, but these errors were encountered: