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...@gmail.com> Discussion: https://postgr.es/m/CAEudQApmU5CrKefH85VbNYE2y8H=-qqejbg6rapu65+vce+...@mail.gmail.com Backpatch-through: v12 Branch ------ REL_13_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/a6463d287b4a313994760a315461d6af86da1873 Modified Files -------------- src/backend/port/win32/socket.c | 1 + 1 file changed, 1 insertion(+)