Re: pgsql: Fix out-of-bounds read in json_lex_string - Mailing list pgsql-committers

From Larry Rosenman
Subject Re: pgsql: Fix out-of-bounds read in json_lex_string
Date
Msg-id a549ae1ed58756d2b5c6a6f1bfe636cb@lerctr.org
Whole thread Raw
In response to Re: pgsql: Fix out-of-bounds read in json_lex_string  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On 07/12/2022 1:07 am, Tom Lane wrote:
> I wrote:
>> John Naylor <john.naylor@enterprisedb.com> writes:
>>> ld: error: unable to find library -lldap_r
> 
>> Agreed, that looks like some unrelated platform change.  Larry?
> 
> Upon further thought, this looks like fallout from an upgrade to
> OpenLDAP 2.5, which eliminated libldap_r.  That should be fine,
> but you might need to blow away the animal's accache files to
> make configure reconsider the situation.
> 
>             regards, tom lane

I've killed the accache and ccache files, and it's flipped back to OK.
Yes, ports deprecated/removed openldap24 and replaced it with 
openldap26, and the host got
updated last night.
Sorry for the grief :)

-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 214-642-9640                 E-Mail: ler@lerctr.org
US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add defenses against unexpected changes in the NodeTag enum list
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Add copy/equal support for XID lists