[pgpool-committers: 1339] pgpool: Fix on_shmem_exit() to not accept too many on exit functions.

Tatsuo Ishii ishii at postgresql.org
Mon Oct 28 08:04:25 JST 2013


Fix on_shmem_exit() to not accept too many on exit functions.

Actually harmless because we currently do not such that many on exit
functions. But a bug is a bug...

Per Coverity report "1025973 Out-of-bounds write".

Branch
------
V3_0_STABLE

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

Modified Files
--------------
pool_shmem.c |   12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)



More information about the pgpool-committers mailing list