[pgpool-committers: 582] 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
------
V2_3_STABLE

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

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



More information about the pgpool-committers mailing list