about summary refs log tree commit diff
path: root/debug/tst-fortify-wide.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
|
* debug: Add fortify wprintf testsAdhemerval Zanella2023-12-291-0/+104
Similar to other printf-like ones. It requires to be in a different process so we can change the orientation of stdout. Checked on aarch64, armhf, x86_64, and i686.