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

Tatsuo Ishii ishii at postgresql.org
Tue Dec 10 21:45:55 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".

Branches
--------
EXCEPTION_MGR
master

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

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



More information about the pgpool-committers mailing list