URL:
<https://savannah.gnu.org/bugs/?61125>
Summary: Output SSL_INIT to stderr even with -q
Project: GNU Wget
Submitted by: None
Submitted on: Wed 08 Sep 2021 10:13:06 AM UTC
Category: User Interface
Severity: 3 - Normal
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: trunk
Discussion Lock: Any
Operating System: GNU/Linux
Reproducibility: Every Time
Fixed Release: None
Planned Release: None
Regression: Yes
Work Required: None
Patch Included: No
_______________________________________________________
Details:
With wget 1.21.2 it became noisy even with `-q` to get pages from SSL sites.
This can be reproduced with commands that are supposed to be silent like e.g.
(notice the SSL_INIT line):
$ wget -q https://www.google.com -O /dev/null
SSL_INIT
$
With earlier versions (e.g. 1.21.1) the same command did not output anything
to stderr.
The print statement originates from:
src/gnutls.c:102: fprintf(stderr,"SSL_INIT\n");
And was introduced as a side effect of:
5fe8d269 Improve wget_options_fuzzer
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?61125>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/