[COMMITTERS] pgsql: Prevent stack overflow in json-related functions.

2015-10-08 Thread Noah Misch
Prevent stack overflow in json-related functions. Sufficiently-deep recursion heretofore elicited a SIGSEGV. If an application constructs PostgreSQL json or jsonb values from arbitrary user input, application users could have exploited this to terminate all active database connections. That appl

[COMMITTERS] pgsql: Prevent stack overflow in json-related functions.

2015-10-08 Thread Noah Misch
Prevent stack overflow in json-related functions. Sufficiently-deep recursion heretofore elicited a SIGSEGV. If an application constructs PostgreSQL json or jsonb values from arbitrary user input, application users could have exploited this to terminate all active database connections. That appl

[COMMITTERS] pgsql: Prevent stack overflow in json-related functions.

2015-10-08 Thread Noah Misch
Prevent stack overflow in json-related functions. Sufficiently-deep recursion heretofore elicited a SIGSEGV. If an application constructs PostgreSQL json or jsonb values from arbitrary user input, application users could have exploited this to terminate all active database connections. That appl

[COMMITTERS] pgsql: Prevent stack overflow in json-related functions.

2015-10-08 Thread Noah Misch
Prevent stack overflow in json-related functions. Sufficiently-deep recursion heretofore elicited a SIGSEGV. If an application constructs PostgreSQL json or jsonb values from arbitrary user input, application users could have exploited this to terminate all active database connections. That appl

[COMMITTERS] pgsql: Prevent stack overflow in json-related functions.

2015-10-08 Thread Noah Misch
Prevent stack overflow in json-related functions. Sufficiently-deep recursion heretofore elicited a SIGSEGV. If an application constructs PostgreSQL json or jsonb values from arbitrary user input, application users could have exploited this to terminate all active database connections. That appl