]> git.ipfire.org Git - thirdparty/curl.git/commit
Curl_fillreadbuffer: avoid double-free trailer buf on error 4307/head
authorDaniel Stenberg <daniel@haxx.se>
Wed, 4 Sep 2019 22:08:21 +0000 (00:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Sep 2019 07:36:27 +0000 (09:36 +0200)
commitc4c9e070f35c113b8b9c4d79ca1b9c1afe87d0e4
tree912b7e417bcbd50547567bdfeface0f2d2c2f8cc
parent74e152f11915cdd46792daf5c5728be1b0dd9503
Curl_fillreadbuffer: avoid double-free trailer buf on error

Reviewed-by: Jay Satiro
Reported-by: Thomas Vegas
Closes #4307
lib/http.c
lib/http.h
lib/transfer.c