vsnprintf_l and vswprintf_l mutate va_list parameter on some versions of macOS (11.7 Big Sur). This makes it impossible to call printf multiple times with a growing buffer. Signed-off-by: Simon Rozman <simon@rozman.si>
vsnprintf_l and vswprintf_l mutate va_list parameter on some versions of macOS (11.7 Big Sur). This makes it impossible to call printf multiple times with a growing buffer. Signed-off-by: Simon Rozman <simon@rozman.si>