Skip to content

Use exact length when allocating the acceptedAddress byte[]#15973

Merged
normanmaurer merged 1 commit into
5.0from
accepted_address
Dec 8, 2025
Merged

Use exact length when allocating the acceptedAddress byte[]#15973
normanmaurer merged 1 commit into
5.0from
accepted_address

Conversation

@normanmaurer

Copy link
Copy Markdown
Member

Motivation:

We used some odd number for the length, just use the exact length that we need.

Modifications:

  • Allocate a byte[] of 25 length and remove odd comment

Result:

Cleanup

Motivation:

We used some odd number for the length, just use the exact length that we need.

Modifications:

- Allocate a byte[] of 25 length and remove odd comment

Result:

Cleanup
@normanmaurer normanmaurer added this to the 5.0.0.Final milestone Dec 4, 2025
@normanmaurer normanmaurer added needs-cherry-pick-4.1 This PR should be cherry-picked to 4.1 once merged. needs-cherry-pick-4.2 This PR should be cherry-picked to 4.2 once merged. labels Dec 4, 2025
@normanmaurer normanmaurer merged commit 03fa1d7 into 5.0 Dec 8, 2025
31 of 33 checks passed
@normanmaurer normanmaurer deleted the accepted_address branch December 8, 2025 07:52
normanmaurer added a commit that referenced this pull request Dec 8, 2025
Motivation:

We used some odd number for the length, just use the exact length that
we need.

Modifications:

- Allocate a byte[] of 25 length and remove odd comment

Result:

Cleanup
normanmaurer added a commit that referenced this pull request Dec 8, 2025
Motivation:

We used some odd number for the length, just use the exact length that
we need.

Modifications:

- Allocate a byte[] of 25 length and remove odd comment

Result:

Cleanup
normanmaurer added a commit that referenced this pull request Dec 8, 2025
…15983)

Motivation:

We used some odd number for the length, just use the exact length that
we need.

Modifications:

- Allocate a byte[] of 25 length and remove odd comment

Result:

Cleanup
normanmaurer added a commit that referenced this pull request Dec 8, 2025
…15984)

Motivation:

We used some odd number for the length, just use the exact length that
we need.

Modifications:

- Allocate a byte[] of 25 length and remove odd comment

Result:

Cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-cherry-pick-4.1 This PR should be cherry-picked to 4.1 once merged. needs-cherry-pick-4.2 This PR should be cherry-picked to 4.2 once merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants