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

Handle fixed size buffers #87

Merged
merged 3 commits into from
Jun 16, 2021
Merged

Conversation

brandhuf
Copy link
Contributor

This fixes an issue, where fixed size buffers (eg. unsafe fixed char buffer[256]) were not assigned the correct field type (eg. char[]) but instead had a compiler generated field type.

brandhuf added 2 commits June 14, 2021 16:50
Signed-off-by: Fritz Brandhuber <[email protected]>
Signed-off-by: Fritz Brandhuber <[email protected]>
Signed-off-by: Fritz Brandhuber <[email protected]>
@fgather fgather merged commit 523c83d into TNG:main Jun 16, 2021
@brandhuf brandhuf deleted the handle-fixed-size-buffers branch August 25, 2021 17:31
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