mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2272] XTCP 出现了invalid memory address or nil pointer dereference #1804
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1804
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iikira on GitHub (Mar 3, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2272
Originally assigned to: @fatedier on GitHub.
错误日志:
查询源码发现错误所在
78b8bb7bc6/client/proxy/proxy.go (L312)可能的解决办法,将defer语句移到错误处理代码之后
@fatedier commented on GitHub (Mar 3, 2021):
@iikira 那边应该漏了一个错误处理,如果 DialUDP error,就但因错误并且 return,你能提一个 PR 修复吗?