# wish I could spell.. tags 409600 - unreproducible thanks By the way, this bug doesn't show up on i386, because on i386 va_list is just a stack pointer, and since it's passed by value to vsnprintf, it doesn't matter than vsnprintf changes it. But on amd64/ppc/etc, va_list is a pointer to a big structure and when vsnprintf changes it, it will change permanently.
-jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

