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

From: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
To: John Naylor <john(dot)naylor(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix out-of-bounds read in json_lex_string
Date: 2022-07-12 05:44:41
Message-ID: CAFBsxsGTPnDRbwW0DR0mDKGATVD26rO4hdn_-b2Hq=7dv=siYw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Jul 12, 2022 at 11:27 AM John Naylor <john(dot)naylor(at)postgresql(dot)org> wrote:
>
> Fix out-of-bounds read in json_lex_string

The failure on peripatus (FreeBSD HEAD) seems completely unrelated to
the changes in the commit:

ld: error: unable to find library -lldap_r
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[3]: *** [../../../src/Makefile.shlib:258: libpq.so.5] Error 1

--
John Naylor
EDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-07-12 06:00:07 Re: pgsql: Fix out-of-bounds read in json_lex_string
Previous Message John Naylor 2022-07-12 04:27:43 pgsql: Fix out-of-bounds read in json_lex_string