summaryrefslogtreecommitdiff
path: root/tests/test_sprintf.c (unfollow)
AgeCommit message (Collapse)Author
2024-09-06Work around a gcc warningjvoisin
It seems that annotating sprintf with `write` makes gcc unhappy, as its analyser is unable to understand that we're checking if `__b != -1` before calling `__orig_snprintf`, so let's comment this annotation for now.
2023-10-01Add vfprintf`jvoisin
2023-09-28Add `printf` hardeningjvoisin