[Mono-list] Bug in RecvFrom_internal

Dick Porter dick@ximian.com
22 Aug 2002 09:50:10 +0100


On Wed, 2002-08-21 at 21:13, Jonathan Liger wrote:
> Hi,
> I think I have found a bug in one of the low level socket methods in the
> Mono framework :
> In gint32 ves_icall_System_Net_Sockets_Socket_RecvFrom_internal(SOCKET,
> MonoArray *, gint32, gint32, gint32, MonoObject **), the pointer 'sa' was
> used after having been 'g_free'-ed.
> The corresponding patch is attached to this mail.

Thanks, patch applied in CVS.

- Dick