mirror of
https://github.com/sheumann/hush.git
synced 2025-01-25 07:33:47 +00:00
32e9dccc33
This code could theoretically break if the ORCA/C varargs implementation changed, but it should be OK in practice. Also removed some unused code in libbb/xfuncs.printf.c that includes potentially problematic varargs use (defining varargs functions but not necessarily calling va_start/va_end in them).