Bug in 0.9.7d apps/ocsp.c

2004-03-18 Thread Steven Reddie
Title: Message Hi All, I'm getting a crash in apps/ocsp.c in the new 0.9.7d kit. Line 876 now calls free_index(rdb) where it used to use TXT_DB_free. If rdb is NULL (as can happen with ocsp when -index isn't specified) free_index fails due to a NULL pointer dereference. free_index at the

Re: Bug in 0.9.7d apps/ocsp.c

2004-03-18 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Fri, 19 Mar 2004 10:37:41 +1100, Steven Reddie [EMAIL PROTECTED] said: smr I'm getting a crash in apps/ocsp.c in the new 0.9.7d kit. Line smr 876 now calls free_index(rdb) where it used to use TXT_DB_free. smr If rdb is NULL (as can happen with ocsp when -index