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

From Tom Lane
Subject Re: pgsql: Fix out-of-bounds read in json_lex_string
Date
Msg-id 1403493.1657606036@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix out-of-bounds read in json_lex_string  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Fix out-of-bounds read in json_lex_string
List pgsql-committers
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



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Fix out-of-bounds read in json_lex_string
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Add copy/equal support for XID lists