You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slist does not need to be passed to _add_aws_auth_header or _add_swift_header. It seems to me that the least intrusive fix would be to have those two functions return slist and then curl_slist_free_all will have a non-null parameter.
fio/engines/http.c
Line 717 in 5b347a1
the
slist
passed into_add_aws_auth_header
, it's realloced bycurl_slist_append
, but infio_http_queue
theslist
always 0.The text was updated successfully, but these errors were encountered: