Log Message: If either va_copy or __builtin_va_copy is supported, use that in the asprintf fallback implementation. If neither is supported, still try to work by copying va_list directly. Should fix PR 45767.