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

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to