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

Audit and fix type aliasing and alignment problems in C code #68

Closed
briansmith opened this issue Jan 5, 2016 · 2 comments
Closed

Audit and fix type aliasing and alignment problems in C code #68

briansmith opened this issue Jan 5, 2016 · 2 comments

Comments

@briansmith
Copy link
Owner

See https://rt.openssl.org/Ticket/Display.html?id=4218 for an example.

@briansmith
Copy link
Owner Author

CRYPTO_ctr128_encrypt and the other CTR-mode code was removed recently. But, there still may be more instances of this.

@briansmith
Copy link
Owner Author

Closing in favor of #151. I believe that there's no way to have aliasing problems without casts in C, or at least in the subset of C that we use. Please correct me if I'm wrong!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant