verify_password() leaked a file descriptor if it failed to find the given

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d831990167e76be8c833d75b6a6a508ebdcf9fde
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-11-23T01:04:38Z
Releases: 7.1.1
verify_password() leaked a file descriptor if it failed to find the given
userid in the flat password file.  Do it enough times and the postmaster
panicked :-(

Files

PathChange+/−
src/backend/libpq/password.c modified +6 −9