aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packet-ntlmssp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-ntlmssp.c b/packet-ntlmssp.c
index b397bd555e..e0d41c5b82 100644
--- a/packet-ntlmssp.c
+++ b/packet-ntlmssp.c
@@ -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,