Re: [BUGS] More SSL questions..
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
Andrew Dunstan <[email protected]> writes: > Tom Lane wrote: >> Doh --- isn't fstat's st_ino a meaningless value on Windows? > Pretty much, yes. The minimum change to fix it would be to ifdef out the fstat call and ino/dev test on WIN32. However, I'm wondering why the code does it that way in the first place. The proper way to enforce the security check, if we're worried about race conditions, is to apply the file ownership/permissions test to the fstat result. It's not clear to me that the stat call before fopen is worth anything at all. Thoughts? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster