[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Segmentation fault in in.xfingerd (ITS#523)



I applied the following patch to devel/releng12:
http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap/ufn.c.diff?r1=1.19&r2=1.20
http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap/ufn.c.diff?r1=1.4.2.5&r2=1.4.2.5.2.1

Please test.

At 12:36 PM 5/3/00 GMT, nalin@redhat.com wrote:
>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.
>
>
>