[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Segmentation fault in in.xfingerd (ITS#523)
Full_Name: Nalin Dahyabhai
Version: 1.2.9/1.2.10
OS: Linux 2.2.14
URL: http://people.redhat.com/nalin/patches/openldap-1.2.10-comma.patch
Submission from: (NULL) (207.175.42.207)
in.xfingerd always dumps core when given a query with a comma in it. The
appears to
be caused by a NULL value being passed in to ldap_ufn_setprefix(). The patch
listed
here modifies ldap_ufn_setprefix() so that it ignores NULL values.