[pgpool-committers: 583] pgpool: Fix read_startup_packet. If packet length is lower than 0, it s

Tatsuo Ishii ishii at postgresql.org
Wed Aug 15 14:44:13 JST 2012


Fix read_startup_packet. If packet length is lower than 0, it should
have returned immediately. Otherwise it would cause memory allocation
error later on.  per pgpool-general:886.
Also add canceling alarm.

Branch
------
V3_2_STABLE

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

Modified Files
--------------
child.c |   10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)



More information about the pgpool-committers mailing list