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_5_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b6182c4e99db90f843c0228eec841853e3a2597e
Modified Files
--------------
src/main/pgpool_main.c | 3 +++
1 file changed, 3 insertions(+)