Skip to content

Fix detection of malloc(a * sizeof(b)) with implicit casts. #460

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

Merged
merged 2 commits into from
Feb 26, 2021

Conversation

mattmccutchen-cci
Copy link
Member

This was the cause of the definedType.c failure on Windows X86, so we
can now re-enable that test. We also have a dedicated test for the bug
that should work in our main Linux environment.

Fixes #345.

This was the cause of the `definedType.c` failure on Windows X86, so we
can now re-enable that test. We also have a dedicated test for the bug
that should work in our main Linux environment.

Fixes #345.
Copy link
Collaborator

@john-h-kastner john-h-kastner left a comment

Choose a reason for hiding this comment

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

LGTM

@mattmccutchen-cci mattmccutchen-cci merged commit 073606d into main Feb 26, 2021
@mattmccutchen-cci mattmccutchen-cci deleted the macro-implicit-cast branch February 26, 2021 19:44
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.

Fix 3C definedType test failure on Windows X86 and re-enable the test
2 participants