[pgpool-committers: 1385] pgpool: Fix range check bug of MAX_NUM_BACKENDS in corner case.

Tatsuo Ishii ishii at postgresql.org
Wed Nov 6 20:47:04 JST 2013


Fix range check bug of MAX_NUM_BACKENDS in corner case.

MAX_NUM_BACKENDS is the allowed max number of DB nodes (128, at this
point). In reality, probably no one ever tried more than 128 DB nodes
and that's the reason why nobody noticed.

Per Coverity report "1111429, 1111430 and 1111431 Out-of-bounds
write".

Branch
------
V3_2_STABLE

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

Modified Files
--------------
pool_query_context.c |    6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)



More information about the pgpool-committers mailing list