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

Fix a bug where framefmt serialize returns a wrong ciphertext size #385

Merged
merged 6 commits into from
Oct 10, 2019

Conversation

angelhof
Copy link
Contributor

Fix the bug found in #378 and add a unit test to exercise it.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@angelhof
Copy link
Contributor Author

@david-koenig @ttjsu-aws could you review this PR?

@angelhof angelhof marked this pull request as ready for review July 10, 2019 20:09
Copy link
Contributor

@david-koenig david-koenig left a comment

Choose a reason for hiding this comment

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

Made one comment for a slight improvement on this test. It looks like the tests are passing on non-Windows platforms, so I'm guessing that the only reason this is failing is because of the separate Windows build issue. Provided you make the one change I've recommended, I'm fine with this code change and will approve. But the Windows build issue still needs to be fixed first in order to get this PR to pass CI and be merged.

tests/unit/t_framefmt.c Show resolved Hide resolved
@dougch dougch added the bug Something isn't working label Sep 25, 2019
@ttjsu-aws ttjsu-aws mentioned this pull request Oct 8, 2019
Copy link
Contributor

@dougch dougch left a comment

Choose a reason for hiding this comment

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

LGTM

@dougch dougch merged commit c25efa2 into aws:master Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants