Enable format truncation warnings on the tests and fix where there was an issue.
v5 - one more case of huge page possible name overflow Stephen Hemminger (8): test: increase size of memzone name test: refactor file prefix arg handling test: avoid overflowing huge directory path test: use unit test runner for eal flags test: fix format overflow warning in ACL test test: fix impossible format-truncation in cfgfiles test: fix format overflow in cryptodev test test: re-enable format-truncation warnings app/test/meson.build | 1 - app/test/test_cfgfile.c | 8 +- app/test/test_cryptodev.c | 22 ++++- app/test/test_eal_flags.c | 174 ++++++++++++++++---------------------- app/test/test_memzone.c | 2 +- app/test/test_table_acl.c | 4 +- 6 files changed, 96 insertions(+), 115 deletions(-) -- 2.51.0

