Skip to content

Make test suites compatible with #include <assert.h> #148

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

Conversation

gilles-peskine-arm
Copy link
Collaborator

@gilles-peskine-arm gilles-peskine-arm commented Jun 13, 2019

This is harmless but useless in itself, but needs to be applied to the crypto submodule before Mbed-TLS/mbedtls#2697 can be merged.

Don't use the macro name assert. It's technically permitted as long as
<assert.h> is not included, but it's fragile, because it means the
code and any header that it includes must not include <assert.h>.
@gilles-peskine-arm gilles-peskine-arm added enhancement New feature or request needs: review The pull request is ready for review. This generally means that it has no known issues. labels Jun 13, 2019
Copy link
Contributor

@Patater Patater left a comment

Choose a reason for hiding this comment

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

LGTM

@Patater
Copy link
Contributor

Patater commented Jun 14, 2019

Merge testing failed with known flaky DTLS test m->m dtls1_2,no TLS-DHE-PSK-WITH-AES-256-GCM-SHA384 .................... FAIL. Head testing was OK.

@Patater Patater merged commit 86268e1 into development Jun 14, 2019
@Patater Patater removed the needs: review The pull request is ready for review. This generally means that it has no known issues. label Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants