bug-wget
[Top][All Lists]
Advanced

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

[Bug-wget] [bug #46479] null pointer dereference: gnutls_free (ctx->sess


From: Sami Farin
Subject: [Bug-wget] [bug #46479] null pointer dereference: gnutls_free (ctx->session_data->data)
Date: Thu, 19 Nov 2015 19:59:59 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?46479>

                 Summary: null pointer dereference: gnutls_free
(ctx->session_data->data)
                 Project: GNU Wget
            Submitted by: Safari
            Submitted on: Thu 19 Nov 2015 09:59:57 PM EET
                Category: Crash/Freeze/Infloop
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
        Operating System: None
         Reproducibility: None
           Fixed Release: None
         Planned Release: None
              Regression: None
           Work Required: None
          Patch Included: None

    _______________________________________________________

Details:

I did not read enough code to be able to say conclusively can the deref
happen.

if (!ctx || !ctx->session_data || gnutls_session_set_data (session,
ctx->session_data->data, ctx->session_data->size))
{
    /* server does not want to continue the session */
    gnutls_free (ctx->session_data->data);





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46479>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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