pgsql: Force certain "pljava" custom GUCs to be PGC_SUSET. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Force certain "pljava" custom GUCs to be PGC_SUSET.
Date
Msg-id E1aRre4-0004k3-V5@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Force certain "pljava" custom GUCs to be PGC_SUSET.

Future PL/Java versions will close CVE-2016-0766 by making these GUCs
PGC_SUSET.  This PostgreSQL change independently mitigates that PL/Java
vulnerability, helping sites that update PostgreSQL more frequently than
PL/Java.  Back-patch to 9.1 (all supported versions).

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0089dd34aa9bc5a1272c4c2fbcf183a0f983cf73

Modified Files
--------------
src/backend/utils/misc/guc.c | 11 +++++++++++
1 file changed, 11 insertions(+)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Force certain "pljava" custom GUCs to be PGC_SUSET.
Next
From: Noah Misch
Date:
Subject: pgsql: Force certain "pljava" custom GUCs to be PGC_SUSET.