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

fix: fix slice init length #3695

Open
wants to merge 1 commit into
base: release/v1.6
Choose a base branch
from

Conversation

cuishuang
Copy link

The intention here should be to initialize a slice with a capacity of len(oldIPs) and len(newIPs) rather than initializing the length of this slice.

The only demo: https://go.dev/play/p/q1BcVCmvidW

Copy link
Contributor

github-actions bot commented Dec 3, 2024

This repository uses an automated workflow to automatically label pull requests which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community pull requests better. If the pull request is still relevant, please add a comment to the pull request so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the pull request in 14 days. Thank you for your contributions.

@cuishuang
Copy link
Author

friengly ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants