JP Sugarbroad <[EMAIL PROTECTED]> writes:
> The current diff says:
>
> +va_copy(ap_copy, ap);
> vsprintf(tempbuf, spec, ap);
> +va_end(ap_copy);
>
> The line in the middle needs to use ap_copy!
Good catch -- thank you! I'll fix this.
--
Russ Allbery ([EMAIL
Package: tf5
Version: 5.0beta8-1
Severity: important
Tags: patch
The current diff says:
+va_copy(ap_copy, ap);
vsprintf(tempbuf, spec, ap);
+va_end(ap_copy);
The line in the middle needs to use ap_copy!
-- System Information:
Debian Release: lenny/sid
APT
2 matches
Mail list logo