Archive Index
This month's Index
|
Subject: Bounce action notification
Bounce action notification
From: <sitelist_at_lists.sourceforge.net>
Date: Thu, 02 Jul 2009 15:21:58 +0000
This is a Mailman mailing list bounce action notice:
List: libssh2-devel
The triggering bounce notice is attached below.
Questions? Contact the Mailman site administrator at
attached mail follows:
Cette notification d'+AOk-tat de remise est g+AOk-n+AOk-r+AOk-e automatiquement.
+AMk-chec de la remise aux destinataires suivants.
avdao_at_generix.fr
attached mail follows:
This mailing list has been abandoned! Subscribe to and use the new list
Bugs item #2815836, was opened at 2009-07-02 16:08
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
However, on the very first call, they are passed the abstract ptr itself rather than the doubly dereferenced pointer. This causes allocation code that utilizes that ptr to crash.
The source code for libssh2_session_init_ex includes the following:
session = local_alloc(sizeof(LIBSSH2_SESSION), abstract);
This should probably be changed to read
session = local_alloc(sizeof(LIBSSH2_SESSION), &abstract);
----------------------------------------------------------------------
You can respond by visiting:
------------------------------------------------------------------------------
|