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