A small fix to avoid a crash. Needs more work, though ...

svn path=/trunk/; revision=6266
This commit is contained in:
Richard Sharpe 2002-09-11 02:23:14 +00:00
parent adb45e4e58
commit 48a5798890
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* Routines for NTLM Secure Service Provider
* Devin Heitmueller <dheitmueller@netilla.com>
*
* $Id: packet-ntlmssp.c,v 1.18 2002/09/10 23:44:17 guy Exp $
* $Id: packet-ntlmssp.c,v 1.19 2002/09/11 02:23:14 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -444,6 +444,8 @@ dissect_ntlmssp_address_list (tvbuff_t *tvb, int offset,
unicode_strings, &result_length,
FALSE, FALSE, &bc);
if (!text) text = ""; /* Make sure we don't blow up below */
switch(item_type) {
case 1:
proto_tree_add_string(tree, hf_ntlmssp_address_list_server_nb,