Skip to content
New issue

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

(data *Packet) clear() lead panic as data.Packet = nil #136

Open
introspection3 opened this issue Aug 4, 2024 · 1 comment
Open

(data *Packet) clear() lead panic as data.Packet = nil #136

introspection3 opened this issue Aug 4, 2024 · 1 comment
Labels
needs-info Needs more info from user to classify the issue

Comments

@introspection3
Copy link

image
func (data *Packet) clear() {
data.Packet = nil
data.Src = nil
data.Dst = nil
data.IsIPv6 = false
}

@pymq
Copy link
Member

pymq commented Oct 13, 2024

@introspection3 hi, could you please provide steps to reproduce the problem?

@pymq pymq added the needs-info Needs more info from user to classify the issue label Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-info Needs more info from user to classify the issue
Projects
None yet
Development

No branches or pull requests

2 participants