Skip to content

[go] match fixed length string behavior of java/c++ - #1119

Merged
vyazelenko merged 2 commits into
aeron-io:masterfrom
sklose:master
Aug 21, 2026
Merged

[go] match fixed length string behavior of java/c++#1119
vyazelenko merged 2 commits into
aeron-io:masterfrom
sklose:master

Conversation

@sklose

@sklose sklose commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

This PR fixes a few inconsistencies in the Go implementation:

  • fixed length strings are now NUL padded (same as Java/C++)
  • the RangeCheck doesn't fail on NUL padded values anymore
  • reject values too long for fixed length field

@vyazelenko
vyazelenko merged commit b8855ad into aeron-io:master Aug 21, 2026
34 checks passed
vyazelenko added a commit that referenced this pull request Aug 21, 2026
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