Fix to check the return value of malloc().
create_inet_domain_sockets() forgot to check the return value of
malloc() while allocating memory for socket fds.
Backpatch-through: v4.3
Branch
------
V4_3_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=335d616ff71b5bda62b2252f56304698f944f8c7
Modified Files
--------------
src/main/pgpool_main.c | 3 +++
1 file changed, 3 insertions(+)