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

Add vasprintf/asprintf #58

Merged
merged 1 commit into from
May 26, 2024
Merged

Add vasprintf/asprintf #58

merged 1 commit into from
May 26, 2024

Commits on May 24, 2024

  1. Add vasprintf/asprintf

    The only hardening being done here is to set the char** parameter to thos
    functions to NULL in case of an error, to prevent it from being used should
    people forget to check return values. This is already done on some BSD, as well
    as in Rocky Linux.
    jvoisin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    74d33fc View commit details
    Browse the repository at this point in the history