pgsql: Fix off by one error in JSON extract path code. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Fix off by one error in JSON extract path code.
Date
Msg-id E1UNseZ-0000SE-4C@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix off by one error in JSON extract path code.

Bug report by David Wheeler, diagnosis assistance from Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e75feb28341ea49e9d41266906e701a4e3742e2e

Modified Files
--------------
src/backend/utils/adt/jsonfuncs.c |    8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: psql: fix startup crash caused by PSQLRC containing a tilde
Next
From: Tom Lane
Date:
Subject: pgsql: Add \watch [SEC] command to psql.