Skip to content
Snippets Groups Projects
Commit 15b5d6cf authored by Bruce Momjian's avatar Bruce Momjian
Browse files

I noticed in the 7.4 release that in contrib/pg_autovacuum, args->logfile is

not initialized if a log file is not specified on the command line.  This
causes an immediate segfault on systems that fill allocated memory with some
value other than zero (my FreeBSD machine uses 0xD0).

Several crashes later I discovered that args->user, password, host, and port
are also used without being initialized.

This doesn't appear to be fixed in CVS and I came up empty on a mailing list
search -- hope it hasn't been reported already.

Craig Boston
parent 5ef01a28
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment