[pgpool-committers: 2268] 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_3_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=61423bc5a5ba55082ac587b084be0281ec38fc1e
Modified Files
--------------
pool_proto_modules.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the pgpool-committers
mailing list