-
Notifications
You must be signed in to change notification settings - Fork 49
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
Correct check for getenv()/secure_getenv() #171
Correct check for getenv()/secure_getenv() #171
Conversation
Minor comments, and CI is failing. |
It's weird because on my machine the tests do pass! I'll keep on investigating... |
I introduced function/symbol tests last year but I have just found that my implementation is wrong although everything was working! This is the correct implementation for checking getenv, secure_getenv, and strndup. |
This looks good to me. Thanks for the updates. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmedyarub, brendandburns The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I encountered this building for Android. Android doesn't have neither function.