[pgpool-committers: 584] 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
------
master

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

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



More information about the pgpool-committers mailing list