Bug#478602: 64-bit patch not quite right

2008-04-29 Thread Russ Allbery
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

Bug#478602: 64-bit patch not quite right

2008-04-29 Thread JP Sugarbroad
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