[pgpool-committers: 580] 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_0_STABLE

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

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



More information about the pgpool-committers mailing list