[pgpool-committers: 1337] 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_3_STABLE

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

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



More information about the pgpool-committers mailing list