Skip to content

Increase the ThreadState structure minimum alignment to 8 bytes#83

Merged
gabrielesvelto merged 1 commit intorust-minidump:mainfrom
gabrielesvelto:macos-threadstate-alignment
Jun 13, 2023
Merged

Increase the ThreadState structure minimum alignment to 8 bytes#83
gabrielesvelto merged 1 commit intorust-minidump:mainfrom
gabrielesvelto:macos-threadstate-alignment

Conversation

@gabrielesvelto
Copy link
Copy Markdown
Contributor

This fixes #82

Copy link
Copy Markdown
Collaborator

@Jake-Shadle Jake-Shadle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@gabrielesvelto
Copy link
Copy Markdown
Contributor Author

Thanks

@gabrielesvelto gabrielesvelto merged commit ab09b58 into rust-minidump:main Jun 13, 2023
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.

The ThreadState structure only has 4-bytes alignment which causes issues when cast into types with stricter alignment requirements

2 participants