summaryrefslogtreecommitdiff
path: root/tests/test_asprintf.c (follow)
AgeCommit message (Collapse)Author
2024-10-10Disable snprintf/sprintf hardening for now2.3.2jvoisin
2024-05-26Add vasprintf/asprintf2.3jvoisin
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.