sasl: Fixed null pointer reference when decoding empty digest challenge
authorSteve Holme <steve_holme@hotmail.com>
Tue, 12 Feb 2013 22:20:44 +0000 (22:20 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 12 Feb 2013 22:20:44 +0000 (22:20 +0000)
commite6c1e773d9e506ead2a9fd5fc0f31dceca5e2784
tree374b957d30d8186ea36fc3a2ada759928c9dacfa
parent52281a10aad8937cdaf5ccd0cbf13b54617076de
sasl: Fixed null pointer reference when decoding empty digest challenge

Fixed a null pointer reference when an empty challenge is passed to the
Curl_sasl_create_digest_md5_message() function.

Bug: http://sourceforge.net/p/curl/bugs/1193/
Reported by: Saran Neti
lib/curl_sasl.c