On Thursday January 8, [email protected] wrote: > Neil- > > One more follow-up on this patch... > > I actually think that the code in the inline function should : > > - ret = asprintf(strp, fmt, ap); > + ret = vasprintf(strp, fmt, ap); > > Otherwise, we might fill ap into the format string, and have bad things > happen... > > Cheers, > :-Dustin
Yes, of course. Thanks. I've applied this now. NeilBrown -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

