--- sourceforge.net/trunk/rdesktop/licence.c 2006/06/21 14:40:02 1239 +++ sourceforge.net/trunk/rdesktop/licence.c 2006/07/02 13:03:22 1240 @@ -225,7 +225,7 @@ static void licence_process_authreq(STREAM s) { - uint8 *in_token, *in_sig; + uint8 *in_token = NULL, *in_sig; uint8 out_token[LICENCE_TOKEN_SIZE], decrypt_token[LICENCE_TOKEN_SIZE]; uint8 hwid[LICENCE_HWID_SIZE], crypt_hwid[LICENCE_HWID_SIZE]; uint8 sealed_buffer[LICENCE_TOKEN_SIZE + LICENCE_HWID_SIZE];