Breakage in crypt.c - Mailing list pgsql-hackers

From Tom Lane
Subject Breakage in crypt.c
Date
Msg-id 7368.1024074496@sss.pgh.pa.us
Whole thread Raw
Responses Re: Breakage in crypt.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: "Josh Berkus"
Date:
Subject: Indexing for DESC sorts
Next
From: Matthew Tedder
Date:
Subject: Big Test Environment Feature