mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
On x86_64 GCC implements va_list as an array. This makes the syntax for taking a pointer to it break & crash. The workaround / solution is to create a copy. Since va_list is a tiny struct referencing the actual varargs, this is little overhead (especially compared to va_args itself)
19 KiB
19 KiB