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

Implement analyzer checks for field size and offsets #86

Closed
wants to merge 1 commit into from

Conversation

hchataing
Copy link
Collaborator

Validate that non-bitfield fields do start on an octet boundary,
and that packet and structs have a size that is an integral number
of octets.

Fixes #33

@hchataing hchataing force-pushed the analyzer-size-checks branch 2 times, most recently from a1d33d6 to 6c6b4aa Compare November 11, 2023 02:08
Validate that non-bitfield fields do start on an octet boundary,
and that packet and structs have a size that is an integral number
of octets.

Fixes #33
@hchataing hchataing force-pushed the analyzer-size-checks branch from 6c6b4aa to 9a7ec23 Compare November 11, 2023 17:59
@hchataing
Copy link
Collaborator Author

Deprecated in favor of #114

@hchataing hchataing closed this Nov 8, 2024
@hchataing hchataing deleted the analyzer-size-checks branch November 18, 2024 18:43
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.

Array element size (20) is not a multiple of 8
2 participants