"Chrysovaladis Datsios" <cdats...@gmail.com> wrote:

In the patch:
...

(line 155 in patch):
+          trailer_headers_buf = malloc(headers_buf_size);
+          if(trailer_headers_buf == NULL)
+            return CURLE_BAD_FUNCTION_ARGUMENT;

W/o looking at your code in details, why isn't this returning
'CURLE_OUT_OF_MEMORY'?
--gv
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to