Bug#334292: Solution to lftp double-free-on-put

2005-10-17 Thread Paul TBBle Hampson
tags 334292 +patch Thankyou Mr Bug Control Robot The double-free in lftp is caused by the SMTask::Schedule's deleting of deletable tasks. Basically, it takes the next pointer of the task before deleting it, but deleting the task can also delete other tasks. In the case of a 'put', it seems to

Bug#334292: Solution to lftp double-free-on-put

2005-10-17 Thread Noèl Köthe
Am Montag, den 17.10.2005, 19:24 +1000 schrieb Paul TBBle Hampson: Hello Paul, The double-free in lftp is caused by the SMTask::Schedule's deleting of deletable tasks. Thanks alot for your patch. i forwarded it upstream because there is a report from a non-Debian user with the same problem so

Bug#334292: Solution to lftp double-free-on-put

2005-10-17 Thread Noèl Köthe
Am Montag, den 17.10.2005, 19:24 +1000 schrieb Paul TBBle Hampson: The double-free in lftp is caused by the SMTask::Schedule's deleting of deletable tasks. ... Your patch entered lftp upstream 3.3.2: +2005-10-17 Alexander V. Lukyanov [EMAIL PROTECTED] + + * SMTask.cc, SMTask.h: