Breakage in crypt.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Breakage in crypt.c
Date: 2002-06-14 17:08:16
Message-ID: 7368.1024074496@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

There are various paths of control in md5_crypt_verify that do

if (passwd)
pfree(passwd);
if (valuntil)
pfree(valuntil);

Isn't this now pfree'ing part of the saved pre-parsed pg_pwd data?

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nigel J. Andrews 2002-06-14 17:23:23 Re: I must be blind...
Previous Message Nigel J. Andrews 2002-06-14 16:49:08 I must be blind...