bug-wget
[Top][All Lists]
Advanced

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

[bug #61125] Output SSL_INIT to stderr even with -q


From: anonymous
Subject: [bug #61125] Output SSL_INIT to stderr even with -q
Date: Wed, 8 Sep 2021 06:13:08 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.57 Safari/537.36

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/




reply via email to

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