mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
0e907ec7cf
Merge of master-melb:xfs-cmds:28212a by kenmcd. fsx was calling vfprintf twice without resetting the va_list argument and this caused a segfault on the second call. Now uses one call to vsnprintf to print to a buffer and uses that multiple times.