- Notifications
You must be signed in to change notification settings - Fork5
Commit15b5d6c
committed
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. Thiscauses an immediate segfault on systems that fill allocated memory with somevalue other than zero (my FreeBSD machine uses 0xD0).Several crashes later I discovered that args->user, password, host, and portare also used without being initialized.This doesn't appear to be fixed in CVS and I came up empty on a mailing listsearch -- hope it hasn't been reported already.Craig Boston1 parent5ef01a2 commit15b5d6c
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
811 | 811 |
| |
812 | 812 |
| |
813 | 813 |
| |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
814 | 819 |
| |
815 | 820 |
| |
816 | 821 |
| |
|
0 commit comments
Comments
(0)