bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Re: Steven Schweda's VMS patch in mainline


From: Hrvoje Niksic
Subject: Re: [Bug-wget] Re: Steven Schweda's VMS patch in mainline
Date: Tue, 22 Sep 2009 10:10:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

address@hidden (Steven M. Schweda) writes:

>       logprintf (LOG_NOTQUIET, _("\
> %s: certificate common name %s doesn't match requested host name %s.\n"),
>                  severity, quote (common_name), quote (host));
>
> and I'm guessing that the fancy quote() function is insufficiently
> fancy, and is using the same buffer for both invocations in that
> statement, so the second name ("host: >alp-l<") appears in both places.
> Should someone be auto-incrementing (modulo something) an "n"
> somewhere?

Wget's escnonprint() did exactly that.  Apparently quote() simply calls
quote_n with the first argument 0.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]