[pgpool-committers: 160] pgpool: Fix encode_key(). It did not allocate enough buffer.

Tatsuo Ishii ishii at postgresql.org
Thu Apr 26 12:52:05 JST 2012


Fix encode_key(). It did not allocate enough buffer.
Fix pool_reset_memqcache_buffer() to reset query_context->temp_cache =
NULL after free memory. This will be a protection against double free.
Fix pool_create_query_cache_array(). It did not allocate enough memory.

Branch
------
master

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

Modified Files
--------------
pool_memqcache.c |   13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)



More information about the pgpool-committers mailing list