]> git.ipfire.org Git - thirdparty/curl.git/commit
gssapi: initialize gss_buffer_desc strings
authorDaniel Gustafsson <daniel@yesql.se>
Thu, 12 May 2022 12:12:41 +0000 (14:12 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Thu, 12 May 2022 12:12:41 +0000 (14:12 +0200)
commitf1cdeff37a7c1cc7534e6f00de45ae6770e01405
treebf480fe32c6574652a4df47fd6b038ffc02b30df
parent7360f9a5656b04d062cd86bfc1d045e526798d33
gssapi: initialize gss_buffer_desc strings

Explicitly initialize gss_buffer_desc strings such that a call to
freeing resources will succeed even if no data has been allocated
to it.

Reported-by: Jay Satiro <raysatiro@yahoo.com>
lib/curl_gssapi.c
lib/socks_gssapi.c