[pgpool-committers: 2267] 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
------
master

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

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



More information about the pgpool-committers mailing list