On Sun, 23 Nov 2003, Oleg Bartunov wrote: > does tsearch2 in 7.4 still has the problem ? I apologies if we miss your > patches but certainly we're interested in clear explanation of the problem.
The problem was memory allocations made through malloc and family were not being checked for failure before attempts made to use the memory, i.e. null pointer dereference. Tom or Bruce applied the patch in time for 7.4 release. The only issue with this was noone knew how the version of tsearch2 for PostgeSQL 7.3 was being maintained. I think I posted the patch for that to at least one of the lists but as I am using tsearch2 on 7.3 I also threw this into my own CVS. In short, I don't think there's anything to worry about in relation to my patches and 7.4. Just to remind you though, the original fault reporter reported he was still getting the fault after applying what I assume was my patches. Which surprised me as I expected the fault location to be moved somewhere else. I think the real problem he was having was that of memory exhaustion but we never got more than basic information for this last report. Nigel ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html