[HACKERS] Security bugs

2006-07-26 Thread Dhanaraj M
I heard that 2 security bugs were fixed in 8.1.4. Since I like to upgrade from 8.1.3, I like to know the bugs. Can somebody give the description of those bugs? Thanks Dhanaraj ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner

Re: [HACKERS] Security bugs

2006-07-26 Thread Michael Glaesemann
On Jul 26, 2006, at 19:17 , Dhanaraj M wrote: I heard that 2 security bugs were fixed in 8.1.4. Since I like to upgrade from 8.1.3, I like to know the bugs. Can somebody give the description of those bugs? Following the Security link from the Postgres home page:

Re: [HACKERS] Security bugs

2006-07-26 Thread Andrew Dunstan
Dhanaraj M wrote: I heard that 2 security bugs were fixed in 8.1.4. Since I like to upgrade from 8.1.3, I like to know the bugs. Can somebody give the description of those bugs? There is a list of the changes in each release in the Release Notes. In this case, you want:

[HACKERS] Security bugs in tsearch2

2005-01-29 Thread Tom Lane
I just noticed that all of tsearch2's dict init routines are declared like this: CREATE FUNCTION dex_init(text) returns internal as 'MODULE_PATHNAME' language 'C'; This is really unacceptable, because it breaks the type safety of the internal pseudotype. I quote from