Re: [PATCH] faulty mime module

2006-11-18 Thread Stipe Tolj
Paul Bagyenda wrote: Hi, There is a small but nasty bug in gwlib/mime.c which causes it to crash when parsing multi-part messages. This is caused by free-ing an Octstr and then returning a pointer to the same (which then gets used)! The small diff attached fixes the problem. Hi

[PATCH] faulty mime module

2006-11-02 Thread Paul Bagyenda
Hi, There is a small but nasty bug in gwlib/mime.c which causes it to crash when parsing multi-part messages. This is caused by free-ing an Octstr and then returning a pointer to the same (which then gets used)! The small diff attached fixes the problem. mime.diff Description: Binary