Re: pgsql: Fix out-of-bounds read in json_lex_string

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ler(at)lerctr(dot)org
Cc: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix out-of-bounds read in json_lex_string
Date: 2022-07-12 06:07:16
Message-ID: 1403493.1657606036@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

I wrote:
> John Naylor <john(dot)naylor(at)enterprisedb(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-07-12 14:12:49 pgsql: Add copy/equal support for XID lists
Previous Message Tom Lane 2022-07-12 06:00:07 Re: pgsql: Fix out-of-bounds read in json_lex_string