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

Tatsuo Ishii ishii at postgresql.org
Wed Aug 15 14:47:50 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_1_STABLE

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

Modified Files
--------------
child.c |    8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)



More information about the pgpool-committers mailing list