[pgpool-committers: 1338] 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
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=326335ac136d9c4eafba3451087cc341059e7b1e
Modified Files
--------------
src/utils/pool_shmem.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
More information about the pgpool-committers
mailing list