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

Patch: str2entry() dereferences NULL (ITS#1822)



Full_Name: Hallvard B. Furuseth
Version: HEAD (2002-05-14)
OS: Linux
URL: http://folk.uio.no/hbf/OpenLDAP/entry-pdn.txt
Submission from: (NULL) (129.240.186.42)


entry.c:str2entry() prints pdn->bv_val even though pdn is always
NULL.  pdn was pretty dn before version 1.80.  Here is a patch.