Re: [PATCH] Fix crash on http

2019-09-18 Thread Daniel Kiper
On Tue, Sep 17, 2019 at 05:44:58PM +0200, Javier Martinez Canillas wrote: > From: Gustavo Luiz Duarte > > Don't free file->data on receiving FIN flag since it is used all over > without checking. http_close() will be called later to free that memory. > > https://bugzilla.redhat.com/show_bug.cgi?id

Re: [PATCH] Fix crash on http

2013-02-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 27.09.2012 19:55, Gustavo Luiz Duarte wrote: > > Don't free file->data on receiving FIN flag since it is used all over without > checking. http_close() will be called later to free that memory. > Downstream bug: http://bugzilla.redhat.com/show_bug.cgi?id=860834 This patch of not just freeing