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 #14500

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

cuishuang
Copy link

@cuishuang cuishuang commented Oct 3, 2024

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

The intention here should be to initialize a slice with a capacity of 32-len(numBytes) rather than initializing the length of this slice.

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

Which issues(s) does this PR fix?

Fixes #

Other notes for review

Acknowledgements

  • I have read CONTRIBUTING.md.
  • I have made an appropriate entry to CHANGELOG.md.
  • I have added a description to this PR with sufficient context for reviewers to understand this PR.

@cuishuang cuishuang requested a review from a team as a code owner October 3, 2024 06:40
@CLAassistant
Copy link

CLAassistant commented Oct 3, 2024

CLA assistant check
All committers have signed the CLA.

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