[pgpool-committers: 614] pgpool: Fix buffer overrun in Execute when memory cache enabled. If on

Tatsuo Ishii ishii at postgresql.org
Mon Sep 3 14:30:38 JST 2012


Fix buffer overrun in Execute when memory cache enabled.  If one of
bind parameter < 0, it was possible to produce more than 2 byte string
for "%02X" due to sign extention. Also use snprintf, rather than sprintf
to prevent from possible buffer overrun in the future.

Branch
------
master

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

Modified Files
--------------
pool_proto_modules.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)



More information about the pgpool-committers mailing list