Wireshark-bugs: [Wireshark-bugs] [Bug 1613] Crash in LDAP dissector on Windows: 0.99.4, 0.99.5,

Date: Wed, 23 May 2007 18:10:25 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1613





------- Comment #2 from gerald@xxxxxxxxxxxxx  2007-05-23 18:10 GMT -------
This is due to attributedesc_string and ldapvalue_string both being NULL in
ldap.cnf/packet-ldap.c:

#line 480 "ldap.cnf"
 
Filter_string=ep_strdup_printf("(%s=%s)",attributedesc_string,ldapvalue_string);

RFCs 2251 and 2254 don't seem to allow for null values here.  Should we throw
an exception? 


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.