]> git.ipfire.org Git - thirdparty/curl.git/commit
ftp-gss: check for init before use
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Dec 2016 23:06:25 +0000 (00:06 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 24 Dec 2016 22:35:43 +0000 (23:35 +0100)
commit5fe164a258b2a8524de1bfa58e8faa082770bcdd
tree62d4dd203ab4107a7b02ecf0c9337737a84335fe
parent57cad81091bb5b92a9e03b01b52f449e6c3a8cae
ftp-gss: check for init before use

To avoid dereferencing a NULL pointer.

Reported-by: Daniel Romero
lib/security.c