2011-04-12 13:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbcurl/core.c
! fix double free in PHB_CURL_free.
hb_curl_form_free walks the linked list. Calling it again on the last
item results in a double free.
[Benjamin Jacobs] (Thank you very much!)
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-04-12 13:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbcurl/core.c
|
||||
! fix double free in PHB_CURL_free.
|
||||
hb_curl_form_free walks the linked list. Calling it again on the last
|
||||
item results in a double free.
|
||||
[Benjamin Jacobs] (Thank you very much!)
|
||||
|
||||
2011-04-12 01:16 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbxbp/hbxbp.hbc
|
||||
* contrib/hbxbp/hbxbp.hbp
|
||||
|
||||
@@ -501,7 +501,6 @@ static void PHB_CURL_free( PHB_CURL hb_curl, HB_BOOL bFree )
|
||||
#endif
|
||||
|
||||
hb_curl_form_free( &hb_curl->pHTTPPOST_First );
|
||||
hb_curl_form_free( &hb_curl->pHTTPPOST_Last );
|
||||
hb_curl_slist_free( &hb_curl->pHTTPHEADER );
|
||||
hb_curl_slist_free( &hb_curl->pHTTP200ALIASES );
|
||||
hb_curl_slist_free( &hb_curl->pQUOTE );
|
||||
|
||||
Reference in New Issue
Block a user