[pgpool-committers: 2270] pgpool: Fix possible segfault in query cache.

Tatsuo Ishii ishii at postgresql.org
Sat Nov 8 09:17:46 JST 2014


Fix possible segfault in query cache.

In ReadyForQuery, it does not check if session_context->query_context
exists. Thus it could lead to segfault later on if it does not exists.

Branch
------
V3_2_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a01432fbeced37acd391c361fd3f603ce1bc526f

Modified Files
--------------
pool_proto_modules.c |    3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list