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

C compatibility fixes #242

Open
wants to merge 2 commits into
base: 3_5
Choose a base branch
from
Open

C compatibility fixes #242

wants to merge 2 commits into from

Conversation

fweimer-rh
Copy link

This PR is #220 rebased on top of the 3_5 branch. It also addresses a C compatibility issue in the CVE-2023-30547 fix.

Otherwise, the test fails unconditionally with compilers that
do not support implicit ints (a language feature that was removed with
the C99 language revision).
The types char ** and const char ** are distinct according to the
C language.  Future compilers will treat pointer type mismatches
as errors.

Choose a reason for hiding this comment

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

I believe this has already been reviewed as a part of #220

Choose a reason for hiding this comment

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

These changes LGTM

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.

2 participants