pgsql: Close socket in case of errors in setting non-blocking - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Close socket in case of errors in setting non-blocking
Date
Msg-id E1rQ3DP-001pX9-T5@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Close socket in case of errors in setting non-blocking

If configuring the newly created socket non-blocking fails we
error out and return INVALID_SOCKET, but the socket that had
been created wasn't closed. Fix by issuing closesocket in the
errorpath.

Backpatch to all supported branches.

Author: Ranier Vilela <ranier.vf@gmail.com>
Discussion: https://postgr.es/m/CAEudQApmU5CrKefH85VbNYE2y8H=-qqEJbg6RAPU65+vCe+89A@mail.gmail.com
Backpatch-through: v12

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7cfa154d15c4a98bea0cfe26b2c78094a094650f

Modified Files
--------------
src/backend/port/win32/socket.c | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix description of DecodeInsert() in decode.c
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Close socket in case of errors in setting non-blocking