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